mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-15 13:09:40 +08:00
三列布局在平板端时只显示左侧布局
This commit is contained in:
parent
3220136b01
commit
3b770d9dbb
@ -4165,6 +4165,10 @@ button.swiper-pagination-bullet {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container:not(.two-column) .column-right {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.is-hidden-not-desktop {
|
.is-hidden-not-desktop {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
@ -4283,6 +4287,10 @@ button.swiper-pagination-bullet {
|
|||||||
margin-top: 1.0rem !important;
|
margin-top: 1.0rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container:not(.two-column) .column-right {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
|
||||||
.pagination-next, .pagination-previous {
|
.pagination-next, .pagination-previous {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
|
2
templates/assets/css/style.min.css
vendored
2
templates/assets/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user