design ing
This commit is contained in:
parent
20aeeb1a9b
commit
c6d76f66b9
|
@ -6,7 +6,7 @@
|
|||
// width: 100%;
|
||||
// margin: 0;
|
||||
height: 100vh;
|
||||
margin: -0.7em -0.9em; //-0.5em -0.75em;
|
||||
margin: -0.6em -0.9em -0.7em -0.9em; //-0.5em -0.75em;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
background-image: linear-gradient(#171a1d, #2b323a , #171a1d);
|
||||
|
|
|
@ -9,6 +9,12 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
.app-icon {
|
||||
color: var(--toolbar-button-secondary-color);
|
||||
margin: 0 var(--spacing);
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
@include darwin {
|
||||
height: var(--darwin-title-bar-height);
|
||||
background: linear-gradient(to bottom, #3b3f46 0%, #2b2e33 100%);
|
||||
|
@ -19,12 +25,6 @@
|
|||
height: var(--win32-title-bar-height);
|
||||
background: var(--win32-title-bar-background-color);
|
||||
border-bottom: 1px solid #000;
|
||||
|
||||
.app-icon {
|
||||
color: var(--toolbar-button-secondary-color);
|
||||
margin: 0 var(--spacing);
|
||||
align-self: center;
|
||||
}
|
||||
}
|
||||
|
||||
.resize-handle {
|
||||
|
|
Loading…
Reference in New Issue
Block a user