diff options
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; |
