mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-12 02:21:06 +08:00
媒体查询手机端宽度
This commit is contained in:
@@ -44,6 +44,7 @@ body,
|
||||
padding-top: calc(env(safe-area-inset-top) + 70px);
|
||||
display: flex;
|
||||
|
||||
|
||||
.page-content-container {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
@@ -56,6 +57,12 @@ body,
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 990px){
|
||||
.page-content-container > div:first-child {
|
||||
width: calc(100vw - 1rem) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.layout-footer {
|
||||
.footer-content-container {
|
||||
block-size: variables.$layout-vertical-nav-footer-height;
|
||||
|
||||
Reference in New Issue
Block a user