1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00
This commit is contained in:
zumbiepig
2024-08-19 17:14:36 -07:00
parent 1ce214f13b
commit eb738e6bd8
8 changed files with 84 additions and 36 deletions

View File

@@ -611,10 +611,15 @@ nav {
.settings {
display: flex;
flex: 1;
flex-direction: column;
align-items: center;
justify-content: center;
}
.settings-section {
margin: 5px;
}
#username-input,
#theme-select {
width: calc(100% - 22px);