blob: 24e4127839b015bffa80eb3fd3af20db747e5b32 [file] [log] [blame]
Philipp Schrader80587432022-03-05 15:41:22 -08001* {
Philipp Schrader817cce32022-03-26 15:00:00 -07002 padding: 10px;
Alex Perrybb3d2062022-03-05 18:14:33 -08003}
4
Alex Perrybb3d2062022-03-05 18:14:33 -08005.buttons {
6 display: flex;
7 justify-content: space-between;
Philipp Schrader80587432022-03-05 15:41:22 -08008}
9
10textarea {
Sabina Leaverbdb7ce02022-03-06 15:51:17 -080011 width: 300px;
12 height: 150px;
Alex Perrybb3d2062022-03-05 18:14:33 -080013}
Philipp Schrader8b8ed672022-03-05 18:08:50 -080014
Sabina Leaverbdb7ce02022-03-06 15:51:17 -080015button {
16 touch-action: manipulation;
Philipp Schrader8b8ed672022-03-05 18:08:50 -080017}