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

Commit f559e80

Browse files
committed
Fixes Scenario Creator 4k support
Fixes #72
1 parent 2d2068b commit f559e80

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

VirtualGloomhavenBoard/wwwroot/scss/_screens.scss

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,6 @@
237237
}
238238

239239
.main {
240-
.action-list {
241-
width: 6.2rem;
242-
transform: scale(1.25);
243-
transform-origin: top left;
244-
}
245-
246240
.board-wrapper {
247241
padding-left: 8rem;
248242
transform: scale(1.25);
@@ -267,6 +261,25 @@
267261
}
268262
}
269263
}
264+
265+
&.scenario-creator {
266+
.main {
267+
.action-list {
268+
width: 10.2rem;
269+
transform: scale(1.25);
270+
transform-origin: top left;
271+
padding-bottom: 16rem;
272+
273+
section {
274+
ul {
275+
li {
276+
padding: 0.2rem 2.2rem;
277+
}
278+
}
279+
}
280+
}
281+
}
282+
}
270283
}
271284

272285
.summons {

0 commit comments

Comments
 (0)