mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-14 01:24:34 -04:00
Changes navigation to use flexbox because absolute positioning was messing with scaletofit. Also makes frame view respect scale choice
17 lines
222 B
CSS
17 lines
222 B
CSS
#scaleControl {
|
|
float: right;
|
|
}
|
|
|
|
#controls {
|
|
width: 80%;
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
#controls a {
|
|
width: 40px;
|
|
margin-left: -20px;
|
|
}
|