Add tooltips for potion effects

This commit is contained in:
Misode
2022-11-25 14:16:35 +01:00
parent 0b6bdb1d7a
commit 9eb01cc1f1
7 changed files with 97 additions and 31 deletions

View File

@@ -1331,6 +1331,10 @@ hr {
top: -2px;
}
.text-component span:empty:before {
content: '\200b';
}
.file-view {
background-color: var(--background-2);
color: var(--text-2);