jsdialog: css: use available aspace for ui-txtarea

Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: I824dd5addaa93a1ae779b0070de9d8971f7797ea
pull/9004/head
Szymon Kłos 2024-05-08 11:27:19 +02:00 committed by Szymon Kłos
parent 1bc78e8059
commit fcfb95638f
1 changed files with 3 additions and 0 deletions

View File

@ -955,6 +955,9 @@ input[type='number']:hover::-webkit-outer-spin-button {
background-color: var(--color-background-dark);
border: 1px solid var(--color-border-dark);
border-radius: var(--border-radius);
vertical-align: top;
width: -webkit-fill-available;
width: -moz-available;
}
/* buttons: btns.css */