Skip to content

Commit

Permalink
Apply a max-width of 300px to monitor filters so that they all fit on…
Browse files Browse the repository at this point in the history
… one line on 1920px monitor
  • Loading branch information
Isaac Connor committed Sep 5, 2024
1 parent c45a2af commit 152e77a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/skins/classic/css/base/skin.css
Original file line number Diff line number Diff line change
Expand Up @@ -1182,6 +1182,12 @@ button.btn.btn-edit-monitor:hover,
button.btn.btn-view-watch:hover {
background-color: darkgrey;
}

.controlHeader .chosen-container {
/* limit width of monitor filters so that it fits on 1920px */
max-width: 300px;
}

/* --- Control button block in the Stream image*/

/* +++ This block should always be located at the end! */
Expand Down

0 comments on commit 152e77a

Please sign in to comment.