🐛 fix the layout of topics icon in small devices
This commit is contained in:
parent
b5f4a8f012
commit
52dae4dcd8
1 changed files with 11 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue