From c700fd370c93d31626460100f5b7903906511f82 Mon Sep 17 00:00:00 2001 From: thamerx Date: Thu, 26 Nov 2020 22:53:03 +0300 Subject: 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 Co-authored-by: Frans de Jonge --- p/themes/base-theme/template.css | 1 + 1 file changed, 1 insertion(+) 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 { -- cgit v1.2.3