Skip to content

Commit

Permalink
Fixes Scenario Creator 4k support
Browse files Browse the repository at this point in the history
Fixes #72
  • Loading branch information
hobnob committed Aug 10, 2021
1 parent 2d2068b commit f559e80
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions VirtualGloomhavenBoard/wwwroot/scss/_screens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -237,12 +237,6 @@
}

.main {
.action-list {
width: 6.2rem;
transform: scale(1.25);
transform-origin: top left;
}

.board-wrapper {
padding-left: 8rem;
transform: scale(1.25);
Expand All @@ -267,6 +261,25 @@
}
}
}

&.scenario-creator {
.main {
.action-list {
width: 10.2rem;
transform: scale(1.25);
transform-origin: top left;
padding-bottom: 16rem;

section {
ul {
li {
padding: 0.2rem 2.2rem;
}
}
}
}
}
}
}

.summons {
Expand Down

0 comments on commit f559e80

Please sign in to comment.