remove class "h-100" because interfere with proper scaling

pull/3867/head
IgorA100 2024-03-14 22:48:58 +03:00 committed by GitHub
parent 60811d43c5
commit ae74a19168
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -268,8 +268,8 @@ echo htmlSelect('changeRate', $maxfps_options, $options['maxfps']);
</div><!--flip-->
</div><!--header-->
<div id="content">
<div class="container-fluid h-100">
<div class="row flex-nowrap h-100" >
<div class="container-fluid">
<div class="row flex-nowrap" >
<?php if (count($monitors)) { ?>
<nav id="sidebar" <?php echo $showCycle?'':' style="display:none;"'?>>
<div id="cycleButtons" class="buttons">
@ -312,7 +312,7 @@ echo htmlSelect('cyclePeriod', $cyclePeriodOptions, $period, array('id'=>'cycleP
?>
</ul>
</nav>
<div id="wrapperMonitor" class="container-fluid col h-100">
<div id="wrapperMonitor" class="container-fluid col">
<div id="Monitor" class="Monitor"
<?php
if ($streamMode == 'jpeg') {