From 607b833c58e2a9a039a8463f73b5cbd70038f64c Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 3 Mar 2023 23:47:27 +0200 Subject: [PATCH] remove unnecessary and confusing feature --- files/assets/css/main.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index b13e1c98f..8e615f217 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7150,13 +7150,6 @@ sub, sup { color: var(--black) !important; } -@media (max-width: 768px) { - .comment-text:not(.has_show_more) { - max-height: 400vh; - overflow: auto !important; - } -} - input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none !important;