From 2e92b2e59b543c4c20f52295ef3913f229ed20d3 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Mon, 25 Nov 2024 23:30:16 -0500 Subject: Redeem submit --- main.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'main.css') diff --git a/main.css b/main.css index b173959..f4ab83e 100644 --- a/main.css +++ b/main.css @@ -298,6 +298,9 @@ a.lcolonq-button-link :active { padding-left: 1rem; padding-right: 1rem; padding-bottom: 1rem; + display: flex; + flex-direction: column; + user-select: none; } .lcolonq-menu-box:hover { @@ -314,6 +317,12 @@ a.lcolonq-button-link :active { grid-row-end: span 2; } +.lcolonq-menu-box textarea { + resize: none; + margin-top: 1rem; + flex: 1; +} + /* auth */ .lcolonq-auth { position: absolute; -- cgit v1.2.3