diff options
author | Roland Reichwein <mail@reichwein.it> | 2022-12-03 18:51:45 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2022-12-03 18:51:45 +0100 |
commit | ebd8788ce81b6eed09dbfa8b80b7fcb2823f3dee (patch) | |
tree | 8aacde844f1c9c2b1e820ca9f0657364593d6fc4 /html/whiteboard.css | |
parent | 9dcb9d553941244da99ad6ceba281f430adb04c6 (diff) |
Page layout
Diffstat (limited to 'html/whiteboard.css')
-rw-r--r-- | html/whiteboard.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/html/whiteboard.css b/html/whiteboard.css index 2af2a92..55e68cf 100644 --- a/html/whiteboard.css +++ b/html/whiteboard.css @@ -30,6 +30,9 @@ textarea { */ box-sizing: border-box; resize: none; + + width: 100%; + height: 540px; } .qrwindow { |