Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Oct 31, 2023
1 parent cd8525c commit a398b7a
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 46 deletions.
83 changes: 41 additions & 42 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/theme/_settings.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use './mixins' as *;

#app-mount .layer__2efaa :not(.baseLayer__8fda3) {
#app-mount .layer__2efaa:not(.baseLayer__8fda3) {
transform: scale(1) !important;

// Sidebar
Expand Down
10 changes: 7 additions & 3 deletions src/theme/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,25 +70,29 @@
}
}
&:hover {
.wrapper__7bcde {
.link__95dc0 {
@include hsl(4%);
}
}
&.modeSelected__487d6 {
svg {
color: #fff;
}
.wrapper__7bcde {
.link__95dc0 {
@include hsl(6%);
}
}
}
.wrapper__7bcde {
padding: 0 8px 0 16px;
padding: 0;
margin: 0;
}
.link__95dc0 {
padding: 6px 16px;
}
.unread__48cf4 {
z-index: 1;
left: 0;
}

// Panels
Expand Down

0 comments on commit a398b7a

Please sign in to comment.