diff options
| author | 138138138 <78271024+138138138@users.noreply.github.com> | 2022-04-30 16:55:12 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-30 16:55:12 +0800 |
| commit | 1f08d2929c85766ec6666d29b79d08d52c82f953 (patch) | |
| tree | 1a0c47b943cb3acdb06c25c8ef6569a79de9f624 | |
| parent | 04953d97ad143c1d278bfc2423808453345ff311 (diff) | |
| download | invidious-1f08d2929c85766ec6666d29b79d08d52c82f953.tar.gz invidious-1f08d2929c85766ec6666d29b79d08d52c82f953.tar.bz2 invidious-1f08d2929c85766ec6666d29b79d08d52c82f953.zip | |
Fix iOS 3 buttons separated lines
| -rw-r--r-- | assets/css/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/default.css b/assets/css/default.css index 49069c92..61b7819f 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -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%; } |
