mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 15:35:35 +00:00
fix: make dashboard responsive again (instead of taking up all the space)
This commit is contained in:
@@ -1,4 +1,22 @@
|
||||
.ml_bg_color {
|
||||
.app_wrapper {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.app_shell {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
max-width: 100%;
|
||||
width: 1440px;
|
||||
}
|
||||
|
||||
.ml_custom_class {
|
||||
position: absolute !important;
|
||||
background-color: light-dark(
|
||||
var(--ml-bg-light),
|
||||
var(--ml-bg-dark)
|
||||
|
||||
Reference in New Issue
Block a user