Merge pull request #1056 from lindenkron/fixed-settings

Fixed settings.
This commit is contained in:
Steve Seguin 2023-04-15 15:58:47 -04:00 committed by GitHub
commit 2c1de1080c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,9 +144,10 @@ tr {
th { th {
padding:4px; padding:4px;
} }
.preSelectButton { .advancedVideoSettings .preSelectButton {
display: inline-block;
margin: 4px 0 4px 4px; margin: 4px 0 4px 4px;
padding: 1px 4px; padding: 2px 8px 1px 8px;
} }
.meter { .meter {
display: inline-block; display: inline-block;
@ -647,7 +648,6 @@ body.darktheme .credits>a:visited {
.advancedAudioSettings, .advancedVideoSettings { .advancedAudioSettings, .advancedVideoSettings {
display: flex; display: flex;
flex-direction: column;
padding: 5px; padding: 5px;
max-height: 220px; max-height: 220px;
overflow-y: auto; overflow-y: auto;
@ -675,19 +675,13 @@ body.darktheme .credits>a:visited {
border-radius: 4px; border-radius: 4px;
flex: 2; flex: 2;
height: 24px; height: 24px;
box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
} }
.advancedAudioSettings div select[data-chosen='false'] { .advancedAudioSettings div select[data-chosen='false'], .advancedVideoSettings div select[data-chosen='false'] {
border: 2px solid red; border: 2px solid red;
} }
.advancedAudioSettings div select[data-chosen='true'] { .advancedAudioSettings div select[data-chosen='true'], .advancedVideoSettings div select[data-chosen='true'] {
border: 2px solid green;
}
.advancedVideoSettings div select[data-chosen='false'] {
border: 2px solid red;
}
.advancedVideoSettings div select[data-chosen='true'] {
border: 2px solid green; border: 2px solid green;
} }
@ -720,6 +714,7 @@ body.darktheme .credits>a:visited {
padding: 4px; padding: 4px;
align-items: center; align-items: center;
gap: 4px; gap: 4px;
box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
} }
.advancedVideoSettings div:nth-child(2) select { .advancedVideoSettings div:nth-child(2) select {
@ -727,6 +722,7 @@ body.darktheme .credits>a:visited {
flex: 2; flex: 2;
height: 24px; height: 24px;
border-radius: 4px; border-radius: 4px;
box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
} }
.advancedVideoSettings div:nth-child(2) button { .advancedVideoSettings div:nth-child(2) button {
@ -2348,6 +2344,7 @@ span[data-action-type="stats-graphs-details-container"]>span{
overflow: scroll; overflow: scroll;
margin: 4px 0 4px 4px; margin: 4px 0 4px 4px;
padding: 1px 4px; padding: 1px 4px;
box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
} }
#add_screen { #add_screen {
padding-bottom: 20px; padding-bottom: 20px;