Skip to content

Commit

Permalink
Merge pull request #49 from luk1337/luk/margin
Browse files Browse the repository at this point in the history
Fix server icon margins properly
  • Loading branch information
Gibbu authored Feb 24, 2024
2 parents 260fa4f + a9dc478 commit 992b668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
margin-bottom: 0 !important;
}

.scrollerBase_dc3aa9 {
.scrollerBase__2b744 {
padding: var(--server-spacing) 0 !important;
display: flex;
flex-direction: var(--server-direction);
Expand Down Expand Up @@ -104,7 +104,7 @@
[class*='listItem']:not([class*='listItemWrapper']) {
width: var(--server-size);
transform: rotate(90deg);
margin: 0 10px 10px;
margin: 0 10px;
position: unset;
}

Expand Down

0 comments on commit 992b668

Please sign in to comment.