fix styling

This commit is contained in:
2026-04-27 22:02:15 +02:00
parent 8bfbe7b1cc
commit 30115da841
37 changed files with 740 additions and 578 deletions

View File

@@ -18,7 +18,7 @@
grid-template-areas: "keys title edit delete";
@media screen and (max-width: 860px) {
grid-template-columns: var(--song-key-column-width, 30px) auto 45px 45px;
grid-template-columns: var(--song-key-column-width, 30px) auto 30px 30px;
}
&.with-drag {
@@ -26,7 +26,7 @@
grid-template-areas: "drag keys title edit delete";
@media screen and (max-width: 860px) {
grid-template-columns: 24px var(--song-key-column-width, 30px) auto 45px 45px;
grid-template-columns: 24px var(--song-key-column-width, 30px) auto 30px 30px;
}
}
}
@@ -36,7 +36,7 @@
grid-template-areas: "title keys edit delete";
@media screen and (max-width: 860px) {
grid-template-columns: auto var(--song-key-column-width, 30px) 45px 45px;
grid-template-columns: auto var(--song-key-column-width, 30px) 30px 30px;
}
&.with-drag {
@@ -44,7 +44,7 @@
grid-template-areas: "drag title keys edit delete";
@media screen and (max-width: 860px) {
grid-template-columns: 24px auto var(--song-key-column-width, 30px) 45px 45px;
grid-template-columns: 24px auto var(--song-key-column-width, 30px) 30px 30px;
}
}
}
@@ -176,4 +176,5 @@ button {
textarea.edit {
font-family: 'Ubuntu Mono', monospace;
line-height: 15px;
}