Merge pull request #9794 from Extarys/frio-friendly

Fix: mobile: Frio dark , +change side bar padding
This commit is contained in:
Hypolite Petovan 2021-01-15 09:21:29 -05:00 committed by GitHub
commit cc9959691a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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: 6px!important;
padding-right: 6px!important;
}
aside::before {
content: " ";