Skip to content

Commit

Permalink
Fix sidebar-header left margin in pinned state (KiKaraage#17), add ro…
Browse files Browse the repository at this point in the history
…unded corner in bottom left side (KiKaraage#18)
  • Loading branch information
KiKaraage authored Feb 28, 2024
1 parent a22f9b8 commit b783f08
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tweaks/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#sidebar {
margin-bottom: var(--uc-tweak-rounded-corners-padding) !important;
border-bottom-right-radius: var(--uc-tweak-rounded-corners-radius) !important;
border-bottom-left-radius: var(--uc-tweak-rounded-corners-radius) !important;
}

#sidebar-title {
Expand Down Expand Up @@ -173,7 +174,14 @@
var(--uc-tweak-rounded-corners-padding) - 3px
) !important;
}
#sidebar-box:hover > #sidebar {

& #sidebar-header {
margin-inline-start: calc(
var(--uc-tweak-rounded-corners-padding) - 3px
) !important;
}

& #sidebar-box:hover > #sidebar {
margin-inline-start: calc(
var(--uc-tweak-rounded-corners-padding) - 3px
) !important;
Expand Down

0 comments on commit b783f08

Please sign in to comment.