Merge pull request #1042 from lindenkron/Fix-Darkmode-Globally

Fix darkmode globally
This commit is contained in:
Steve Seguin 2023-04-10 20:37:05 -04:00 committed by GitHub
commit cd3082ccf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1906,9 +1906,13 @@ input[type=range]:focus::-ms-fill-upper {
}
#outputSource {
width: 100% !important;
border: solid 1px #AAA;
border-radius: 4px;
}
#outputSource3 {
width: 100% !important;
border: solid 1px #AAA;
border-radius: 4px;
}
#audioSourceScreenshare, #videoSettings2 {
max-width: 90% !important;
@ -3059,7 +3063,6 @@ button.toggleSettings{
padding:4px 5px 2px 7px;
cursor:grab;
background-color: #FFF;
color:darkblue;
}
#videoSettings3 {
@ -3076,6 +3079,8 @@ button.toggleSettings{
padding: 3px;
font-size: 93%;
max-width: 235px;
border: solid 1px #AAA;
border-radius: 4px;
}
#outputSource {
display: inline-block;
@ -3092,6 +3097,8 @@ button.toggleSettings{
padding: 3px;
font-size: 93%;
max-width: 100%;
border: solid 1px #AAA;
border-radius: 4px;
}
#addPasswordBasic {
width: 450px;
@ -4353,6 +4360,11 @@ input:checked + .slider:before {
padding:10px;
}
.darktheme #promptModal, .darktheme .customModelPopup, .darktheme .promptModal {
background-color: var(--discord-grey-5);
color: var(--discord-text);
}
#promptModal, .customModelPopup, .promptModal {
position: absolute;
background-color: rgb(221 221 221);