Сделана компактная кнопка скрытия ключей в UI

This commit is contained in:
AidarKC
2026-06-02 16:40:58 +04:00
parent 68ed93dd24
commit d2205648e6
3 changed files with 46 additions and 5 deletions
+18
View File
@@ -1281,6 +1281,24 @@ textarea.input {
letter-spacing: 0;
}
.key-toggle-btn {
width: 36px;
height: 36px;
min-height: 36px;
min-width: 36px;
padding: 0;
display: grid;
place-items: center;
flex: 0 0 auto;
border-radius: 10px;
}
.key-toggle-icon {
width: 18px;
height: 18px;
display: block;
}
.qr-demo {
width: 64px;
height: 64px;