mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
@@ -40,6 +40,7 @@ body,
|
|||||||
padding-top: calc(env(safe-area-inset-top) + 70px);
|
padding-top: calc(env(safe-area-inset-top) + 70px);
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
|
|
||||||
.page-content-container {
|
.page-content-container {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -52,6 +53,12 @@ body,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 1280px){
|
||||||
|
.page-content-container > div:first-child {
|
||||||
|
width: calc(100vw - 1rem) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.layout-footer {
|
.layout-footer {
|
||||||
.footer-content-container {
|
.footer-content-container {
|
||||||
block-size: variables.$layout-vertical-nav-footer-height;
|
block-size: variables.$layout-vertical-nav-footer-height;
|
||||||
|
|||||||
Reference in New Issue
Block a user