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:
@@ -8,6 +8,9 @@ body.dashboard {
|
||||
&.header-fixed {
|
||||
margin-top: 60px;
|
||||
}
|
||||
textarea[name="stylesheet"] {
|
||||
resize: vertical;
|
||||
}
|
||||
}
|
||||
.header {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user