resize fix

This commit is contained in:
nelle 2024-07-11 02:46:58 -06:00
parent b5c3e74a3f
commit 42bcf3aa4e

View file

@ -134,3 +134,5 @@ header.sidebar {
& > .note-context, & > .article > .main > footer { display: none; } }
.list.notifications > .noGap > .notification._panel { padding: 1rem 2.5rem;
& > .meta { padding: 0; } }
section.modal._popup > div.form > textarea { resize: vertical !important; } /* resize fix */