fix header

This commit is contained in:
Gregory Brzezinski 2023-03-22 17:34:35 +03:00
parent 24a7f2c937
commit 4a604f3b19

View File

@ -4,6 +4,7 @@
flex-direction: column;
align-items: flex-start;
padding: 4px;
padding-top: 2px;
padding-right: 6px;
gap: 4px;
@ -18,24 +19,6 @@
order: 1;
align-self: stretch;
flex-grow: 1;
/* width: 100%;
background-color: #CCCCCC;
border: 1px solid #000000;
box-shadow: 1px 1px 0px #000,
inset -1px -1px 0px rgba(0, 0, 0, 0.27),
inset 1px 1px 0px #FFFFFF;
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 4px;
gap:4px;
overflow: hidden; */
}
.ContentBorder {
@ -64,6 +47,8 @@
width: 11px;
height: 11px;
padding: 0%;
position: relative;
top: 1px;
background: linear-gradient(135deg, #999999 18.18%, #FFFFFF 81.82%);
border: 1px solid #222222;
@ -89,6 +74,7 @@
gap: 5px;
padding: 0px;
/* Inside auto layout */
flex: none;
order: 0;
@ -99,6 +85,7 @@
.WindowFrameTopBar .WindowFrameTitle{
position: relative;
top:1px;
/* font-size: 13px; */
pointer-events: none;
white-space: nowrap;
@ -119,7 +106,7 @@
.WindowDragArea{
pointer-events: none;
width: 100%;
height: 100%;
height: 11px;
background: linear-gradient(transparent 0%,white 0%, white 50%, transparent 50%);
background-size: 2px 2px;
filter: drop-shadow(1px 1px 0px #777777);