Quick hack to improve minimum deck options width

Partial fix for #3796
This commit is contained in:
Damien Elmes 2025-02-11 16:11:43 +07:00
parent 0d9a11c19b
commit 348822a14b
2 changed files with 3 additions and 0 deletions

View file

@ -96,6 +96,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
.header { .header {
display: grid; display: grid;
grid-template-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr;
word-wrap: break-word;
font-size: smaller;
} }
.header span:nth-child(1) { .header span:nth-child(1) {
text-align: left; text-align: left;

View file

@ -70,6 +70,7 @@
background-color: transparent; background-color: transparent;
/* remove default macOS styling */ /* remove default macOS styling */
box-shadow: none; box-shadow: none;
font-size: smaller;
} }
li.active > button { li.active > button {