Icons fix
Release Creation / build (release) Successful in 1m13s

This commit is contained in:
2026-06-08 23:40:55 +02:00
parent 58db55d1ad
commit cb41123020
5 changed files with 120 additions and 88 deletions
+8 -10
View File
@@ -624,14 +624,12 @@
}
// Token HUD — separator between Afflictions and Imbuements
.palette.status-effects {
.status-separator {
grid-column: 1 / -1;
width: 100%;
height: 2px;
border: none;
border-top: 2px solid rgba(255, 255, 255, 0.35);
margin: 5px 0;
position: relative;
}
.status-separator {
grid-column: 1 / -1;
display: block;
width: 100%;
height: 2px;
border: none;
border-top: 2px solid rgba(255, 255, 255, 0.35);
margin: 5px 0;
}