From 4a604f3b196e370fefd604d29f0d0b1c87155a65 Mon Sep 17 00:00:00 2001 From: Gregory Brzezinski Date: Wed, 22 Mar 2023 17:34:35 +0300 Subject: [PATCH] fix header --- resources/wdeUI.css | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/resources/wdeUI.css b/resources/wdeUI.css index aa1975d..93c9320 100644 --- a/resources/wdeUI.css +++ b/resources/wdeUI.css @@ -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);