Adding missing comma

This commit is contained in:
Thomas Apter 2021-07-12 13:29:33 +01:00
parent d754ab6af6
commit 4611081e49

View File

@ -3737,7 +3737,7 @@ input:checked + .toggleSwitchSlider:before {
}
/* Add spacing between server listings. */
#serverSelectListScrollable > .serverListing
#serverSelectListScrollable > .serverListing,
#accountSelectListScrollable > .accountListing:not(:first-child):not(:last-child) {
margin: 5px 0px;
}