Update launcher.css

First steps towards bigger modpack selection
This commit is contained in:
Peter 2021-07-11 23:30:33 +01:00
parent 9f9aa6c3db
commit b190e63400

View File

@ -3661,6 +3661,9 @@ input:checked + .toggleSwitchSlider:before {
#accountSelectListScrollable {
padding: 0px 5px;
overflow-y: scroll;
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: 10px
}
#serverSelectListScrollable::-webkit-scrollbar,
#accountSelectListScrollable::-webkit-scrollbar {