From 6a5917f1340d3902027c993f734a62b27aa258e9 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 20 May 2023 14:12:17 +0300 Subject: [PATCH] fix this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4185981#context --- files/assets/css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index e2470d132..b89b54ab1 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7440,3 +7440,7 @@ img[src="/e/marseycursor.webp"] { height: 29px !important; image-rendering: pixelated; } + +bdi { + overflow: hidden !important; +}