summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar thamerx <ithamersz@gmail.com> 2020-11-26 22:53:03 +0300
committerGravatar GitHub <noreply@github.com> 2020-11-26 20:53:03 +0100
commitc700fd370c93d31626460100f5b7903906511f82 (patch)
tree2d510bc4d211f79b198fa055e6e07f3147b005de
parent08a5cf594623879222d50568af36df053c1a6d82 (diff)
Fixes a minor jaggy motion of the sidebar. (#3266)
* Fixes a minor jaggy motion of the sidebar. Fixes jaggy motion of the sidebar while scrolling on mobile clients. I didn't try many values aside from %200 cause it worked very well from the first time. I was using a Galaxy S8+ * Update p/themes/base-theme/template.css this one also works just as fine Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
-rw-r--r--p/themes/base-theme/template.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 0094dad7b..5f5ce7b63 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -1296,6 +1296,7 @@ input:checked + .slide-container .properties {
.aside:target {
width: 90%;
+ height: 100vh;
}
.aside_feed .configure-feeds {