Fix: mobile: Frio dark , +change side bar padding

This commit is contained in:
Extarys 2021-01-14 18:47:02 -05:00
parent f195b8ea3c
commit 077352af16
1 changed files with 3 additions and 1 deletions

View File

@ -88,13 +88,15 @@ blockquote {
aside{ aside{
position: fixed!important; position: fixed!important;
top: 0!important; top: 0!important;
background-color: #fff; background-color: $background_color;
width: 100%; width: 100%;
max-width: 300px; max-width: 300px;
height: 100%; height: 100%;
padding-top: 100px; padding-top: 100px;
z-index: 10; z-index: 10;
overflow: auto; overflow: auto;
padding-left: 2px!important;
padding-right: 2px!important;
} }
aside::before { aside::before {
content: " "; content: " ";