mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
update theme
This commit is contained in:
parent
89996f155e
commit
85a2c67388
@ -160,20 +160,13 @@ html {
|
||||
}
|
||||
}
|
||||
|
||||
.ant-layout,
|
||||
.content_layout {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
max-height: 100vh;
|
||||
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.layout_page {
|
||||
position: relative;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
max-height: 100vh;
|
||||
|
||||
padding: 10px;
|
||||
|
||||
@ -184,6 +177,12 @@ html {
|
||||
|
||||
margin: var(--layoutMargin);
|
||||
padding: var(--layoutPadding);
|
||||
|
||||
background-color: transparent;
|
||||
|
||||
&.floating-sidebar {
|
||||
margin-left: @app_sidebar_collapsed_width;
|
||||
}
|
||||
}
|
||||
|
||||
.app_background_decorator {
|
||||
|
Loading…
x
Reference in New Issue
Block a user