aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-10-06 21:42:09 +0200
committerGravatar GitHub <noreply@github.com> 2022-10-06 21:42:09 +0200
commit41061c837ccf42daf20c4708d6721f14bc3ccf5d (patch)
tree047dca7e804236408f66384f0e5c6981cfa9b938 /p
parentd78c796965580b0e8e2549008a5fc5713ee8206d (diff)
fix (#4696)
Diffstat (limited to 'p')
-rw-r--r--p/themes/base-theme/frss.css2
-rw-r--r--p/themes/base-theme/frss.rtl.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css
index 7d54d937d..3ab92d91d 100644
--- a/p/themes/base-theme/frss.css
+++ b/p/themes/base-theme/frss.css
@@ -2062,7 +2062,7 @@ input:checked + .slide-container .properties {
.aside {
position: fixed;
top: 0; bottom: 0;
- left: 0;
+ left: -1px;
width: 0;
overflow: hidden;
z-index: 100;
diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css
index e5d87cb67..3d1991846 100644
--- a/p/themes/base-theme/frss.rtl.css
+++ b/p/themes/base-theme/frss.rtl.css
@@ -2062,7 +2062,7 @@ input:checked + .slide-container .properties {
.aside {
position: fixed;
top: 0; bottom: 0;
- right: 0;
+ right: -1px;
width: 0;
overflow: hidden;
z-index: 100;