Skip to content

Commit

Permalink
Fix code style problems
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Jul 10, 2023
1 parent db784b8 commit 62d4098
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/frontend/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@
align-items: start;
}
.ready .sidebar {
opacity: 1;
}
.app.blurred .sidebar {
opacity: 0.4;
}
Expand All @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion app/frontend/src/components/SidebarItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 62d4098

Please sign in to comment.