From 52dae4dcd81dca5065273c57cc3cb8f1df0eb475 Mon Sep 17 00:00:00 2001 From: hibobmaster <32976627+hibobmaster@users.noreply.github.com> Date: Wed, 6 Apr 2022 08:47:03 +0800 Subject: [PATCH] :bug: fix the layout of topics icon in small devices --- theme/css/mdui-custom.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/theme/css/mdui-custom.css b/theme/css/mdui-custom.css index 5cf7d0f..a5322fa 100644 --- a/theme/css/mdui-custom.css +++ b/theme/css/mdui-custom.css @@ -298,6 +298,17 @@ div#abbc3_buttons { vertical-align: unset; } +dl.bg-y-15-percent { + background-position-y: 15%; +} + + +@media (max-width: 900px) { + dl.row-item { + background-position-y: 15%; + } +} + @media (max-width: 600px) { div.index-left > div.forabg-index-left { border-top-left-radius: 0;