Merge pull request #824 from jcalado/settings-popup-ui-tweaks

consistent titles; improved spacing
This commit is contained in:
Steve Seguin 2021-04-07 20:20:25 -04:00 committed by GitHub
commit 4a1213781d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -1268,7 +1268,10 @@
<div id="popupSelector" style="display:none;">
<span id="videoMenu3" class="videoMenu">
<i class="las la-video"></i><span data-translate="video-source"> Video Source </span>
<div class="title">
<i class="las la-video"></i>
<span data-translate="video-source">Video Source</span>
</div>
<select id="videoSource3" ></select>
<span id="refreshVideoButton" title="Activate or Reload this video device."><i style="top: 2px; cursor: pointer; position: relative; left: 10px;" class="las la-sync-alt"></i></span>
</span>

View File

@ -1089,6 +1089,11 @@ input[type=range]:focus::-ms-fill-upper {
z-index: 3;
}
#popupSelector .title {
margin-bottom: 10px;
font-weight: bold;
}
#audioSourceScreenshare {
display:block;
height: 60px;