mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Fix iOS 3 buttons separated lines
This commit is contained in:
parent
04953d97ad
commit
1f08d2929c
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ input[type="search"]::-webkit-search-cancel-button {
|
|||
|
||||
.flexible { display: flex; }
|
||||
.flex-left { flex: 1 1 100%; flex-wrap: wrap; }
|
||||
.flex-right { flex: 1 0 max-content; flex-wrap: nowrap; }
|
||||
.flex-right { flex: 1 0 auto; flex-wrap: nowrap; }
|
||||
|
||||
p.channel-name { margin: 0; }
|
||||
p.video-data { margin: 0; font-weight: bold; font-size: 80%; }
|
||||
|
|
Loading…
Reference in a new issue