Compare commits
2 Commits
9b19b51581
...
fff3c5e366
| Author | SHA1 | Date |
|---|---|---|
|
|
fff3c5e366 | |
|
|
1fe5a3fa39 |
|
|
@ -6,3 +6,4 @@ werewolves-saves/
|
|||
werewolves/img/icons.svg
|
||||
license_headers.fish
|
||||
util/
|
||||
werewolves/Trunk-local.toml
|
||||
|
|
|
|||
|
|
@ -1054,7 +1054,7 @@ input {
|
|||
width: 100%;
|
||||
align-items: center;
|
||||
color: white;
|
||||
height: 100%;
|
||||
height: var(--target-picker-height);
|
||||
justify-content: center;
|
||||
$marked_bg: color.change($wolves_color, $alpha: 0.3);
|
||||
$marked_border: color.change($wolves_color, $alpha: 1.0);
|
||||
|
|
@ -2116,10 +2116,12 @@ li.choice {
|
|||
|
||||
:root.big-screen {
|
||||
--information-height: 75vh;
|
||||
--target-picker-height: 100%;
|
||||
}
|
||||
|
||||
:root:not(.big-screen) {
|
||||
--information-height: auto;
|
||||
--target-picker-height: auto;
|
||||
}
|
||||
|
||||
.information {
|
||||
|
|
|
|||
Loading…
Reference in New Issue