Fixed bug with modpack layout

Made it so first and last child elements do not get extra margin padding.
This commit is contained in:
Thomas Apter 2021-07-12 13:23:35 +01:00
parent b190e63400
commit d754ab6af6

View File

@ -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;
}