mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-11 01:50:10 +08:00
26 lines
405 B
SCSS
26 lines
405 B
SCSS
.layout-blank {
|
|
.misc-wrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 1.25rem;
|
|
overflow: hidden;
|
|
|
|
.misc-footer-img {
|
|
position: absolute;
|
|
inline-size: 100%;
|
|
inset-block-end: 0;
|
|
}
|
|
|
|
.misc-footer-tree {
|
|
position: absolute;
|
|
z-index: 1;
|
|
}
|
|
}
|
|
|
|
.misc-avatar {
|
|
z-index: 1;
|
|
}
|
|
}
|