Compare commits

...

2 Commits

Author SHA1 Message Date
Magnus Åhall
1e42be3a4b Bumped to v17 2024-01-09 16:59:28 +01:00
Magnus Åhall
12a908cde8 Fixed CSS wrapping header icons 2024-01-09 16:59:17 +01:00
3 changed files with 3 additions and 3 deletions

View File

@ -144,7 +144,7 @@ button {
header {
display: grid;
grid-area: header;
grid-template-columns: min-content 1fr repeat(4, min-content);
grid-template-columns: min-content 1fr repeat(5, min-content);
align-items: center;
padding: 8px 0px;
color: #333c11;

View File

@ -162,7 +162,7 @@ button {
header {
display: grid;
grid-area: header;
grid-template-columns: min-content 1fr repeat(4, min-content);
grid-template-columns: min-content 1fr repeat(5, min-content);
align-items: center;
padding: 8px 0px;
color: darken(@accent_1, 35%);

View File

@ -1 +1 @@
v16
v17