Skip to content

Commit

Permalink
Merge pull request #47 from luk1337/luk/margin
Browse files Browse the repository at this point in the history
Fix margins between server icons
  • Loading branch information
Gibbu authored Feb 23, 2024
2 parents 607569b + bc4ef6b commit 260fa4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
[class*='listItem']:not([class*='listItemWrapper']) {
width: var(--server-size);
transform: rotate(90deg);
margin: 0 10px;
margin: 0 10px 10px;
position: unset;
}

Expand Down

0 comments on commit 260fa4f

Please sign in to comment.