Fixed bug with modpack layout
Made it so first and last child elements do not get extra margin padding.
This commit is contained in:
parent
b190e63400
commit
d754ab6af6
@ -3737,7 +3737,7 @@ input:checked + .toggleSwitchSlider:before {
|
||||
}
|
||||
|
||||
/* Add spacing between server listings. */
|
||||
#serverSelectListScrollable > .serverListing:not(:first-child):not(:last-child),
|
||||
#serverSelectListScrollable > .serverListing
|
||||
#accountSelectListScrollable > .accountListing:not(:first-child):not(:last-child) {
|
||||
margin: 5px 0px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user