Make Stylesheet <textarea> vertically resizable

When you have a decent amount of custom CSS in Dashboard > Settings > Stylesheet, vertical resizing is very helpful
This commit is contained in:
GSIMCOX524 2021-03-17 15:26:53 -04:00 committed by GitHub
parent cfd173cf12
commit 63e3482c33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,9 @@ body.dashboard {
&.header-fixed {
margin-top: 60px;
}
textarea[name="stylesheet"] {
resize: vertical;
}
}
.header {
position: relative;