mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix styling
This commit is contained in:
parent
16a7e8454b
commit
3f259e5531
@ -1,31 +1,31 @@
|
||||
@import "theme/index.less";
|
||||
|
||||
.app_header {
|
||||
user-select: none;
|
||||
user-select : none;
|
||||
--webkit-user-select: none;
|
||||
|
||||
display: flex;
|
||||
display : flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
z-index: 100;
|
||||
align-items : center;
|
||||
z-index : 100;
|
||||
|
||||
height: @app_header_height!important;
|
||||
height : @app_header_height !important;
|
||||
padding: 10px;
|
||||
|
||||
transition: all ease-in-out 150ms;
|
||||
|
||||
background: var(--background-color-primary)!important;
|
||||
background-color: var(--background-color-primary)!important;
|
||||
background : var(--background-color-primary) !important;
|
||||
background-color: var(--background-color-primary) !important;
|
||||
|
||||
border-bottom: 1px var(--background-color-accent) solid;
|
||||
border-bottom: 1px var(--border-color) solid;
|
||||
|
||||
> div {
|
||||
>div {
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
||||
&.hidden {
|
||||
opacity: 0;
|
||||
height: 0 !important;
|
||||
height : 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user