fix(setup-wizard): enlarge mobile password toggle

This commit is contained in:
vorotamoroz
2026-09-02 14:47:21 +00:00
parent a9b146a0ab
commit be9c328f4a
@@ -61,4 +61,7 @@
.sls-password-toggle:hover {
background: var(--background-modifier-hover);
}
:global(body.is-mobile) .sls-password-toggle {
min-width: 44px;
}
</style>