mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-11 05:38:31 +00:00
Merge pull request #1056 from lindenkron/fixed-settings
Fixed settings.
This commit is contained in:
commit
2c1de1080c
21
main.css
21
main.css
@ -144,9 +144,10 @@ tr {
|
||||
th {
|
||||
padding:4px;
|
||||
}
|
||||
.preSelectButton {
|
||||
.advancedVideoSettings .preSelectButton {
|
||||
display: inline-block;
|
||||
margin: 4px 0 4px 4px;
|
||||
padding: 1px 4px;
|
||||
padding: 2px 8px 1px 8px;
|
||||
}
|
||||
.meter {
|
||||
display: inline-block;
|
||||
@ -647,7 +648,6 @@ body.darktheme .credits>a:visited {
|
||||
|
||||
.advancedAudioSettings, .advancedVideoSettings {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 5px;
|
||||
max-height: 220px;
|
||||
overflow-y: auto;
|
||||
@ -675,19 +675,13 @@ body.darktheme .credits>a:visited {
|
||||
border-radius: 4px;
|
||||
flex: 2;
|
||||
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;
|
||||
}
|
||||
.advancedAudioSettings 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'] {
|
||||
.advancedAudioSettings div select[data-chosen='true'], .advancedVideoSettings div select[data-chosen='true'] {
|
||||
border: 2px solid green;
|
||||
}
|
||||
|
||||
@ -720,6 +714,7 @@ body.darktheme .credits>a:visited {
|
||||
padding: 4px;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
|
||||
}
|
||||
|
||||
.advancedVideoSettings div:nth-child(2) select {
|
||||
@ -727,6 +722,7 @@ body.darktheme .credits>a:visited {
|
||||
flex: 2;
|
||||
height: 24px;
|
||||
border-radius: 4px;
|
||||
box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
|
||||
}
|
||||
|
||||
.advancedVideoSettings div:nth-child(2) button {
|
||||
@ -2348,6 +2344,7 @@ span[data-action-type="stats-graphs-details-container"]>span{
|
||||
overflow: scroll;
|
||||
margin: 4px 0 4px 4px;
|
||||
padding: 1px 4px;
|
||||
box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
|
||||
}
|
||||
#add_screen {
|
||||
padding-bottom: 20px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user