dashboard: fix mobile dark-mode for back action
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user