Update launcher.css
First steps towards bigger modpack selection
This commit is contained in:
parent
9f9aa6c3db
commit
b190e63400
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user