mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Fix tab width on mobile
This commit is contained in:
parent
2effa08c32
commit
cd16ad8086
2 changed files with 5 additions and 1 deletions
|
|
@ -62,6 +62,10 @@
|
|||
border-bottom-color: $accent;
|
||||
color: $accent;
|
||||
}
|
||||
|
||||
&.wide {
|
||||
flex-grow: 1.2;
|
||||
}
|
||||
}
|
||||
|
||||
.timeline-footer {
|
||||
|
|
|
|||
Loading…
Reference in a new issue