fix: adjust layout for Password Generator and Clipboard Sniffer on smaller screens

This commit is contained in:
2026-02-27 04:37:21 +00:00
parent 8fb3ee1069
commit d404370027

View File

@@ -189,9 +189,10 @@ const generatePasswords = () => {
.inputs-group { .inputs-group {
display: flex; display: flex;
gap: 2rem; gap: 1rem;
flex: 1; flex: 1;
min-width: 300px; min-width: 200px;
flex-wrap: wrap;
} }
.input-wrapper { .input-wrapper {
@@ -199,6 +200,7 @@ const generatePasswords = () => {
flex-direction: column; flex-direction: column;
gap: 0.5rem; gap: 0.5rem;
flex: 1; flex: 1;
min-width: 140px;
} }
.checkbox-label { .checkbox-label {