mirror of
https://github.com/gabriele-cusato/HandTranscriptMd.git
synced 2026-07-22 14:30:25 +00:00
piccola modifica alle settings per la chiave gemini
This commit is contained in:
parent
47efae3c04
commit
8dd8244d4f
1 changed files with 8 additions and 2 deletions
|
|
@ -732,15 +732,21 @@
|
|||
min-width: 0;
|
||||
}
|
||||
|
||||
/* Input e select: larghezza max fissa, non crescono oltre */
|
||||
/* Input e select brevi (cartella, numeri, lingua): non crescono oltre 160px */
|
||||
.hwm_settings .setting-item-control input[type="text"],
|
||||
.hwm_settings .setting-item-control input[type="password"],
|
||||
.hwm_settings .setting-item-control select {
|
||||
max-width: 160px;
|
||||
min-width: 60px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/* Campo password (chiave API Gemini): più largo perché la chiave è ~39 caratteri */
|
||||
.hwm_settings .setting-item-control input[type="password"] {
|
||||
max-width: 240px;
|
||||
min-width: 120px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/* Su schermi stretti (portrait tablet/phone): layout verticale */
|
||||
@media (max-width: 480px) {
|
||||
.hwm_settings .setting-item {
|
||||
|
|
|
|||
Loading…
Reference in a new issue