Themes/Zenarmor plugin - view modal fix (#3342)

delete wrong margin in .modal-side class for Zenarmor
This commit is contained in:
René 2023-03-11 18:05:29 +01:00 committed by GitHub
parent b5dd35bcad
commit 5e63c2d0c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 5 additions and 9 deletions

View file

@ -1,5 +1,5 @@
PLUGIN_NAME= theme-cicada
PLUGIN_VERSION= 1.33
PLUGIN_VERSION= 1.34
PLUGIN_COMMENT= The cicada theme - dark grey onyx
PLUGIN_MAINTAINER= rene@team-rebellion.net
PLUGIN_NO_ABI= yes

View file

@ -10549,7 +10549,7 @@ input[type="checkbox"] {
background-color: #ac5314;
}
margin: 62px 10px 10px 10px;
.modal-side {
background-color: #3a3a3a !important;
}

View file

@ -6529,7 +6529,6 @@ input[type="checkbox"].checkbox-switch:checked + i::before, input[type="checkbox
}
.modal-side {
margin: 62px 10px 10px 10px;
background-color: #3a3a3a !important;
}

View file

@ -1,5 +1,5 @@
PLUGIN_NAME= theme-tukan
PLUGIN_VERSION= 1.26
PLUGIN_VERSION= 1.27
PLUGIN_COMMENT= The tukan theme - blue/white
PLUGIN_MAINTAINER= rene@team-rebellion.net
PLUGIN_NO_ABI= yes

View file

@ -6512,7 +6512,6 @@ input[type="checkbox"].checkbox-switch:checked + i::before, input[type="checkbox
}
.modal-side {
margin: 62px 10px 10px 10px;
background-color: #f0f0f0 !important;
}

View file

@ -6512,7 +6512,6 @@ input[type="checkbox"].checkbox-switch:checked + i::before, input[type="checkbox
}
.modal-side {
margin: 62px 10px 10px 10px;
background-color: #f0f0f0 !important;
}

View file

@ -1,5 +1,5 @@
PLUGIN_NAME= theme-vicuna
PLUGIN_VERSION= 1.44
PLUGIN_VERSION= 1.45
PLUGIN_COMMENT= The vicuna theme - blue sapphire
PLUGIN_MAINTAINER= rene@team-rebellion.net
PLUGIN_NO_ABI= yes

View file

@ -10699,7 +10699,7 @@ input[type="checkbox"] {
color: #FFF;
}
margin: 62px 10px 10px 10px;
.modal-side {
background-color: #1a262d !important;
}

View file

@ -6517,7 +6517,6 @@ input[type="checkbox"].checkbox-switch:checked + i::before, input[type="checkbox
}
.modal-side {
margin: 62px 10px 10px 10px;
background-color: #1a262d !important;
}