From: Extarys Date: Thu, 14 Jan 2021 23:47:02 +0000 (-0500) Subject: Fix: mobile: Frio dark , +change side bar padding X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=077352af16be8c44a2dcfa46ecf61a5a81ebc56c;p=friendica.git Fix: mobile: Frio dark , +change side bar padding --- diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 80183b7d8a..94992ff11f 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -88,13 +88,15 @@ blockquote { aside{ position: fixed!important; top: 0!important; - background-color: #fff; + background-color: $background_color; width: 100%; max-width: 300px; height: 100%; padding-top: 100px; z-index: 10; overflow: auto; + padding-left: 2px!important; + padding-right: 2px!important; } aside::before { content: " ";