mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
added disable-top-layout-padding
This commit is contained in:
parent
d9befd85a1
commit
9daa832bff
@ -112,6 +112,15 @@ html {
|
||||
max-width: 40%;
|
||||
|
||||
padding: 0;
|
||||
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
&.disable-top-layout-padding {
|
||||
.content_layout {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -198,7 +207,7 @@ svg {
|
||||
background-repeat: var(--backgroundRepeat);
|
||||
background-attachment: var(--backgroundAttachment);
|
||||
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user