Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Improve sidebar margins and paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinguidee committed Nov 17, 2023
1 parent 8c42e0e commit 1578f00
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/components/Sidebar/Sidebar.sass
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
.sidebar
display: flex
flex-direction: column
min-width: 310px
max-width: 310px
padding: 0 10px 10px 10px
min-width: 340px
max-width: 340px
padding: 0 15px 10px 30px
box-sizing: border-box
transition: max-width 0.1s ease, min-width 0.1s ease, padding 0.1s ease, padding 0.1s ease
overflow: hidden
Expand Down Expand Up @@ -36,7 +36,7 @@
&-visible
max-width: 300px
min-width: 300px
padding: 10px 15px 10px 10px
padding: 10px 15px 10px 20px

&-overlay-visible
display: block
Expand All @@ -56,8 +56,9 @@
margin-bottom: 10px

&-title
margin: 0 10px 5px 20px
margin: 0 10px 8px 0
color: colors.$fg-secondary
font-size: 14px

&-item
display: flex
Expand All @@ -67,8 +68,7 @@
box-sizing: border-box
align-items: center
cursor: pointer
padding: 0 15px
margin-left: 5px
padding: 0 12px
border: 1px solid transparent
transition: all 0.1s ease
-webkit-user-select: none
Expand Down

0 comments on commit 1578f00

Please sign in to comment.