This commit is contained in:
Maxim Devaev
2022-11-12 18:53:49 +03:00
parent 5b1dd8ad3a
commit 9065b258cc
3 changed files with 9 additions and 5 deletions

View File

@@ -20,11 +20,15 @@
*****************************************************************************/
div#text-menu {
width: 340px;
}
textarea#hid-pak-text {
display: block;
resize: none;
height: 120px;
width: 320px;
width: 100%;
border: var(--border-default-thin);
border-radius: 4px;
color: var(--cs-code-default-fg);