🐛 fix the layout of topics icon in small devices

This commit is contained in:
hibobmaster 2022-04-06 08:47:03 +08:00
parent b5f4a8f012
commit 52dae4dcd8
Signed by: bobmaster
GPG key ID: FC3F06DF7EA00106

View file

@ -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;