diff --git a/src/components/start/startmenu.scss b/src/components/start/startmenu.scss index 784c2a0ab..79186fa86 100644 --- a/src/components/start/startmenu.scss +++ b/src/components/start/startmenu.scss @@ -8,13 +8,14 @@ .dskApp { margin: 4px; - padding: 12px; - height: 66px; + height: 86px; + width: 76px; display: flex; flex-direction: column; align-items: center; font-size: 0.8em; transition: all ease-in-out 200ms; + justify-content: center; &:hover { background: rgba(255, 255, 255, 0.25); @@ -23,8 +24,7 @@ .appName { text-align: center; color: #fafafa; - width: 120%; - margin: 4px 0; + margin-top: 4px; text-shadow: 0 0 4px rgba(0, 0, 0, 0.6); } } diff --git a/src/components/taskbar/taskbar.scss b/src/components/taskbar/taskbar.scss index 7609813c0..de4f0593e 100644 --- a/src/components/taskbar/taskbar.scss +++ b/src/components/taskbar/taskbar.scss @@ -81,8 +81,6 @@ body[data-theme="dark"] { } .taskDate { - width: 44px; - // height: 100%; display: flex; padding: 1px 4px 4px 4px; font-size: 0.64em; diff --git a/src/containers/applications/tabs.scss b/src/containers/applications/tabs.scss index 394ec7f44..f6fec6155 100644 --- a/src/containers/applications/tabs.scss +++ b/src/containers/applications/tabs.scss @@ -48,7 +48,6 @@ height: 100%; // -webkit-backdrop-filter: blur(5px); // backdrop-filter: blur(5px); - overflow: hidden; border-radius: 6px; transition: all ease-in-out 200ms; transform-origin: center; @@ -100,6 +99,7 @@ .windowScreen { width: 100%; flex-grow: 1; + overflow: hidden; &[data-dock="true"]{ // height: calc(100% - 26px); diff --git a/src/utils/general.scss b/src/utils/general.scss index 9cf9fd7d4..7835109e2 100644 --- a/src/utils/general.scss +++ b/src/utils/general.scss @@ -237,25 +237,25 @@ body[data-theme="dark"] .toolbar[data-noinvert="false"]{ } .topone{ - top: 0px; + top: -8px; left: 0; width: 80%; z-index: 22; } .leftone{ - left: 0; + left: -8px; height: 100%; } .rightone{ - right: 0; + right: -8px; bottom: 0; height: 90%; } .bottomone{ - bottom: 0; + bottom: -8px; left: 0; width: 100%; }