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