Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Commit 9097cf8

Browse files
committed
Fixes solo scenario icons for 4k
1 parent a2b61c5 commit 9097cf8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

VirtualGloomhavenBoard/wwwroot/scss/_screens.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
}
2323
}
2424
}
25+
2526
.content {
2627
.header {
2728
header {
@@ -166,6 +167,20 @@
166167
}
167168

168169
html {
170+
i {
171+
&.icon {
172+
height: 2.6rem;
173+
174+
&:before {
175+
top: 0.2rem;
176+
}
177+
178+
&.brute:before {
179+
top: 0.1rem;
180+
}
181+
}
182+
}
183+
169184
.content {
170185
.header {
171186
.menu {

0 commit comments

Comments
 (0)