mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
resize fix
This commit is contained in:
parent
b5c3e74a3f
commit
42bcf3aa4e
1 changed files with 2 additions and 0 deletions
|
@ -134,3 +134,5 @@ header.sidebar {
|
||||||
& > .note-context, & > .article > .main > footer { display: none; } }
|
& > .note-context, & > .article > .main > footer { display: none; } }
|
||||||
.list.notifications > .noGap > .notification._panel { padding: 1rem 2.5rem;
|
.list.notifications > .noGap > .notification._panel { padding: 1rem 2.5rem;
|
||||||
& > .meta { padding: 0; } }
|
& > .meta { padding: 0; } }
|
||||||
|
|
||||||
|
section.modal._popup > div.form > textarea { resize: vertical !important; } /* resize fix */
|
||||||
|
|
Loading…
Reference in a new issue