admin dashboard: mobile support!

This commit is contained in:
ari melody 2025-10-21 23:22:57 +01:00
parent ad50b9e4fa
commit 70b329c902
Signed by: ari
GPG key ID: CF99829C92678188
19 changed files with 201 additions and 56 deletions

View file

@ -207,6 +207,18 @@ dialog div.dialog-actions {
opacity: .66;
}
#credits .credit .credit-info {
overflow: hidden;
}
#credits .credit .credit-info :is(h3, p) {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#editcredits ul {
margin: 0;
padding: 0;
@ -487,15 +499,17 @@ dialog div.dialog-actions {
padding: .5em;
display: flex;
gap: .5em;
background-color: var(--bg-0);
cursor: pointer;
transition: background-color .1s ease-out, color .1s ease-out;
}
#addtrack ul li.new-track:nth-child(even) {
background: #f0f0f0;
background: color-mix(in srgb, var(--bg-0) 95%, #fff);
}
#addtrack ul li.new-track:hover {
background: #e0e0e0;
background: color-mix(in srgb, var(--bg-0) 90%, #fff);
}
@media only screen and (max-width: 1105px) {