From 62d4098dcf7123f93f2e9f958942951cf3ee2c39 Mon Sep 17 00:00:00 2001 From: mishamyrt Date: Mon, 10 Jul 2023 15:20:50 +0300 Subject: [PATCH] Fix code style problems --- app/frontend/src/App.svelte | 10 +++++----- app/frontend/src/components/SidebarItem.svelte | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/frontend/src/App.svelte b/app/frontend/src/App.svelte index 9c66e186..030f4759 100644 --- a/app/frontend/src/App.svelte +++ b/app/frontend/src/App.svelte @@ -110,6 +110,10 @@ align-items: start; } + .ready .sidebar { + opacity: 1; + } + .app.blurred .sidebar { opacity: 0.4; } @@ -123,14 +127,10 @@ opacity: 0.25; } - .ready .sidebar { - opacity: 1; - } - .drag { --wails-draggable:drag; - z-index: 99999999; + z-index: 99999999; height: 40px; position: fixed; top: 0; diff --git a/app/frontend/src/components/SidebarItem.svelte b/app/frontend/src/components/SidebarItem.svelte index 41c03837..7f6db521 100644 --- a/app/frontend/src/components/SidebarItem.svelte +++ b/app/frontend/src/components/SidebarItem.svelte @@ -50,7 +50,7 @@ function handleClick (): void { } :global(.blurred) button.selected { - background-color: rgba(255, 255, 255, 0.3); + background-color: rgb(255 255 255 / 30%); } .icon {