Skip to content

Commit d35058f

Browse files
committed
Fixed a small visual bug (again)
1 parent b0cd498 commit d35058f

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/components/sidebar/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ body {
7575
color: var(--themeColorLight);
7676
opacity: 0.8;
7777
border-radius: 5px;
78-
margin-bottom: 14px;
78+
margin-bottom: 2px;
7979
transition: 0.1s;
8080
}
8181
#sidebar-header button i:hover {
@@ -86,7 +86,6 @@ body {
8686
display: flex;
8787
margin: 10px;
8888
padding: 0 5px;
89-
margin-bottom: 0;
9089
width: 100%;
9190
flex-direction: row;
9291
justify-content: flex-end;

src/components/sidebar/style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/sidebar/style.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ body {
7474
color: var(--themeColorLight);
7575
opacity: 0.8;
7676
border-radius: 5px;
77-
margin-bottom: 14px;
77+
margin-bottom: 2px;
7878
transition: 0.1s;
7979
&:hover {
8080
color: var(--onBackgroundColor);
@@ -85,7 +85,6 @@ body {
8585
display: flex;
8686
margin: 10px;
8787
padding: 0 5px;
88-
margin-bottom: 0;
8988
width: 100%;
9089
flex-direction: row;
9190
justify-content: flex-end;

0 commit comments

Comments
 (0)