From 0195462b55cf74b0890c9c10216a73663d1ad602 Mon Sep 17 00:00:00 2001 From: CatAClock Date: Wed, 11 Jun 2025 18:11:16 -0700 Subject: [PATCH] mobile fix --- CSS/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS/index.css b/CSS/index.css index 9fe232a..035d7d3 100644 --- a/CSS/index.css +++ b/CSS/index.css @@ -184,7 +184,7 @@ audio { position: absolute; z-index=1; - width: max(50px, 10%); + width: max(60px, 10%); } .PostContainer {