Fix secret block overflowing on Android

This commit is contained in:
Yuri Karamian
2026-06-16 19:54:57 +02:00
parent 93ebb1987e
commit d33bb8d96e
+2
View File
@@ -7413,11 +7413,13 @@
:global(.secret-block-actions) { :global(.secret-block-actions) {
display: flex; display: flex;
gap: 8px; gap: 8px;
min-width: 0;
} }
:global(.secret-block-form input) { :global(.secret-block-form input) {
flex: 1; flex: 1;
min-width: 0; min-width: 0;
width: 0;
border: 1px solid var(--border); border: 1px solid var(--border);
border-radius: 5px; border-radius: 5px;
background: var(--bg-primary); background: var(--bg-primary);