Skip to content

Commit 992b668

Browse files
authored
Merge pull request #49 from luk1337/luk/margin
Fix server icon margins properly
2 parents 260fa4f + a9dc478 commit 992b668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/theme/_index.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
margin-bottom: 0 !important;
3737
}
3838

39-
.scrollerBase_dc3aa9 {
39+
.scrollerBase__2b744 {
4040
padding: var(--server-spacing) 0 !important;
4141
display: flex;
4242
flex-direction: var(--server-direction);
@@ -104,7 +104,7 @@
104104
[class*='listItem']:not([class*='listItemWrapper']) {
105105
width: var(--server-size);
106106
transform: rotate(90deg);
107-
margin: 0 10px 10px;
107+
margin: 0 10px;
108108
position: unset;
109109
}
110110

0 commit comments

Comments
 (0)