From b3d77a6d11b326faf63baf3d76fde577c38f2efe Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Mon, 5 Oct 2020 19:43:05 +0700 Subject: [PATCH] add content-visibility rule --- assets/css/layout.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/css/layout.css b/assets/css/layout.css index d254184..e861c71 100644 --- a/assets/css/layout.css +++ b/assets/css/layout.css @@ -102,6 +102,9 @@ /** * Делаем минус незаметнее, разделяем кнопки визуально */ +.ls-topic { + content-visibility: auto; +} .ls-topic-footer .ls-vote .ls-vote-body .ls-vote-item { padding: 0.5em 1em; margin-left: 0.2em;