mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-15 18:14:36 -04:00
Make monitor filters flex, and wrap when on mobile
This commit is contained in:
@@ -856,3 +856,12 @@ a.flip {
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
}
|
||||
.controlHeader {
|
||||
display: flex;
|
||||
}
|
||||
@media screen and (max-width:767px) {
|
||||
.controlHeader {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user