From 87edee869bbd5c2efed94c1d2e9763660bd5c2ac Mon Sep 17 00:00:00 2001 From: NoobishSVK Date: Sun, 28 Jan 2024 22:47:33 +0100 Subject: [PATCH] AF table fix for phones --- web/css/breadcrumbs.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/web/css/breadcrumbs.css b/web/css/breadcrumbs.css index 9af94a9..9ffe10e 100644 --- a/web/css/breadcrumbs.css +++ b/web/css/breadcrumbs.css @@ -97,12 +97,9 @@ h3 { font-size: 16px; } ul li { - display: inline; + display: inline-table; margin-right: 5px; - } - li:not(:last-child)::after { - content: " •"; - color: #aaa; + width: 40px; } #flags-container-desktop { display: none;