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,30 +160,29 @@ html {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-layout,
|
|
||||||
.content_layout {
|
.content_layout {
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
max-height: 100vh;
|
|
||||||
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.layout_page {
|
|
||||||
position: relative;
|
position: relative;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
max-height: 100vh;
|
||||||
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: overlay;
|
overflow-y: overlay;
|
||||||
|
|
||||||
transition: all 150ms ease-in-out;
|
transition: all 150ms ease-in-out;
|
||||||
|
|
||||||
margin: var(--layoutMargin);
|
margin: var(--layoutMargin);
|
||||||
padding: var(--layoutPadding);
|
padding: var(--layoutPadding);
|
||||||
|
|
||||||
|
background-color: transparent;
|
||||||
|
|
||||||
|
&.floating-sidebar {
|
||||||
|
margin-left: @app_sidebar_collapsed_width;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.app_background_decorator {
|
.app_background_decorator {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user