dashboard: fix mobile dark-mode for back action

This commit is contained in:
Johannes Zellner
2024-06-25 12:26:18 +02:00
parent 5fb295e044
commit 0ebe6e545d

View File

@@ -670,6 +670,10 @@ multiselect {
padding: 10px;
background-color: white;
@media (prefers-color-scheme: dark) {
background-color: #1c1c1c;
}
@media(min-width:768px) {
background-color: transparent;
width: auto;