Misc theme fixes

This commit is contained in:
Magnus Åhall 2024-06-25 10:50:31 +02:00
parent ec7919c9e5
commit e73d28a8f6
24 changed files with 308 additions and 26 deletions

View file

@ -5,6 +5,11 @@
grid-template-columns: repeat(6, min-content);
grid-gap: 8px 16px;
margin-top: 16px;
background-color: @bg3;
padding: 16px;
width: min-content;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
.group {
font-size: 1.10em;