From aeccc9d6290ed18868babc20eb6771c777fd6c9f Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sat, 21 Dec 2024 17:12:40 +0400 Subject: [PATCH] Found out it makes an audio element to collapse in chrome-based browsers, and in firefox does nothing. Removed. --- web/assets/css/main.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/assets/css/main.css b/web/assets/css/main.css index 72cb85f..ffbb406 100644 --- a/web/assets/css/main.css +++ b/web/assets/css/main.css @@ -198,8 +198,7 @@ thead tr th.clickable.sort-down::after { content: '↓'; } #overlay :is(video, audio, img) { margin: auto; max-height: 100%; - max-width: 100%; - width: auto; } + max-width: 100%; } #overlay button { background: none;