aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Dark
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-10-01 18:52:26 +0200
committerGravatar GitHub <noreply@github.com> 2022-10-01 18:52:26 +0200
commit79e3b99ae3b9df4bb02957838fc6b62491ab0bd2 (patch)
tree2714c5a489a415a3b67422816ba4b4242453d4ce /p/themes/Dark
parentd84dd549a7a3cf25d29f69419eeb6750d8bafa4d (diff)
Improved: CSS .toggle_aside (#4664)
* all themes * fixed order * fix end of file * fixed swage
Diffstat (limited to 'p/themes/Dark')
-rw-r--r--p/themes/Dark/dark.css5
-rw-r--r--p/themes/Dark/dark.rtl.css5
2 files changed, 0 insertions, 10 deletions
diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css
index 751834798..0b05dfba4 100644
--- a/p/themes/Dark/dark.css
+++ b/p/themes/Dark/dark.css
@@ -1018,12 +1018,7 @@ a.btn {
#panel .close,
.dropdown-menu .toggle_aside {
background: #111;
- display: block;
- width: 100%;
- height: 50px;
border-bottom: 1px solid #333;
- line-height: 50px;
- text-align: center;
}
.aside.aside_feed {
diff --git a/p/themes/Dark/dark.rtl.css b/p/themes/Dark/dark.rtl.css
index 9522cb3c7..e12b45368 100644
--- a/p/themes/Dark/dark.rtl.css
+++ b/p/themes/Dark/dark.rtl.css
@@ -1018,12 +1018,7 @@ a.btn {
#panel .close,
.dropdown-menu .toggle_aside {
background: #111;
- display: block;
- width: 100%;
- height: 50px;
border-bottom: 1px solid #333;
- line-height: 50px;
- text-align: center;
}
.aside.aside_feed {