diff options
| author | LLLL Colonq <llll@colonq> | 2024-11-25 23:30:16 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-11-25 23:30:16 -0500 |
| commit | 2e92b2e59b543c4c20f52295ef3913f229ed20d3 (patch) | |
| tree | 5195cf47cc3a3a18547397554129809d92becd74 /main.css | |
| parent | fe9ca701f26478bacdd52188b5e75045746ebb68 (diff) | |
Redeem submit
Diffstat (limited to 'main.css')
| -rw-r--r-- | main.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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; |
