mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
update theme
This commit is contained in:
parent
89996f155e
commit
85a2c67388
@ -160,30 +160,29 @@ 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;
|
||||
|
||||
|
||||
overflow-x: hidden;
|
||||
overflow-y: overlay;
|
||||
|
||||
|
||||
transition: all 150ms ease-in-out;
|
||||
|
||||
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