sforkowany z mirror/friendica
Merge pull request #9794 from Extarys/frio-friendly
Fix: mobile: Frio dark , +change side bar padding2022.09-rc
commit
cc9959691a
|
@ -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: " ";
|
||||
|
|
Ładowanie…
Reference in New Issue