From 1f08d2929c85766ec6666d29b79d08d52c82f953 Mon Sep 17 00:00:00 2001 From: 138138138 <78271024+138138138@users.noreply.github.com> Date: Sat, 30 Apr 2022 16:55:12 +0800 Subject: [PATCH] Fix iOS 3 buttons separated lines --- assets/css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/default.css b/assets/css/default.css index 49069c92f..61b7819fc 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%; }