From 5a84f10de034095d26e0aef3f8bfe371762c65e7 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 11 Jan 2023 11:20:30 +0100 Subject: [PATCH] fixed social buttons on firefox mobile --- main/style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/style/style.css b/main/style/style.css index 5a6dace..d7c123d 100644 --- a/main/style/style.css +++ b/main/style/style.css @@ -292,7 +292,7 @@ pre.highlight { @media (max-width: 510px) { .social-button { - width: auto; + width: fit-content; overflow: hidden; text-indent: -99999px; margin: 5px;