forked from AkkomaGang/akkoma-fe
Merge branch 'feature/mobile_timeline_fills_full_width' into 'develop'
Make timeline use full width on mobile See merge request !23
This commit is contained in:
commit
5a9f71c1ef
1 changed files with 8 additions and 0 deletions
|
@ -281,6 +281,14 @@ nav {
|
|||
.panel-switcher {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding: 0 0 0 0;
|
||||
}
|
||||
|
||||
.panel {
|
||||
margin: 0.5em 0 0.5em 0;
|
||||
}
|
||||
}
|
||||
|
||||
.item.right {
|
||||
|
|
Loading…
Reference in a new issue