Fix iOS 3 buttons separated lines

This commit is contained in:
138138138 2022-04-30 16:55:12 +08:00 committed by GitHub
parent 04953d97ad
commit 1f08d2929c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -291,7 +291,7 @@ input[type="search"]::-webkit-search-cancel-button {
.flexible { display: flex; } .flexible { display: flex; }
.flex-left { flex: 1 1 100%; flex-wrap: wrap; } .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.channel-name { margin: 0; }
p.video-data { margin: 0; font-weight: bold; font-size: 80%; } p.video-data { margin: 0; font-weight: bold; font-size: 80%; }