Skip to content

Commit

Permalink
Make stream state inline so it all fits on one line
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Oct 22, 2024
1 parent e600472 commit 6f8ac29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions web/skins/classic/css/base/views/event.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ height: 100%;
}

#monitorStatus #monitorState {
display: inline;
}

#dvrControls {
Expand Down
3 changes: 2 additions & 1 deletion web/skins/classic/css/base/views/watch.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
display: inline-block;
}

#monitorStatus #monitorState {
.monitorStatus > .monitorState {
display: inline;
}

#replayStatus {
Expand Down

0 comments on commit 6f8ac29

Please sign in to comment.