diff options
| author | 2022-10-06 21:42:09 +0200 | |
|---|---|---|
| committer | 2022-10-06 21:42:09 +0200 | |
| commit | 41061c837ccf42daf20c4708d6721f14bc3ccf5d (patch) | |
| tree | 047dca7e804236408f66384f0e5c6981cfa9b938 /p | |
| parent | d78c796965580b0e8e2549008a5fc5713ee8206d (diff) | |
fix (#4696)
Diffstat (limited to 'p')
| -rw-r--r-- | p/themes/base-theme/frss.css | 2 | ||||
| -rw-r--r-- | p/themes/base-theme/frss.rtl.css | 2 |
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; |
