1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00

Fix padding and margin for offline-checkbox

This commit is contained in:
zumbiepig 2024-08-20 08:04:07 -07:00
parent 469f3eabc5
commit b343aa431d

View File

@ -632,6 +632,11 @@ nav {
appearance: none;
}
#offline-checkbox {
padding: 10px;
margin-bottom: 15px;
}
#username-input:focus,
#theme-select:focus {
outline: none;