Merge pull request #9794 from Extarys/frio-friendly

Fix: mobile: Frio dark , +change side bar padding
2022.09-rc
Hypolite Petovan 2021-01-15 09:21:29 -05:00 zatwierdzone przez GitHub
commit cc9959691a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

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