increase width of custom-css setting
This commit is contained in:
parent
6da140f34b
commit
f82e4f8870
@ -145,6 +145,10 @@ h1 {
|
||||
}
|
||||
#custom-css {
|
||||
tab-size: 2;
|
||||
width: calc(100% - 0.5rem);
|
||||
height: 20rem;
|
||||
border: 0;
|
||||
outline: 1px solid var(--bg-4);
|
||||
}
|
||||
|
||||
/* header */
|
||||
|
@ -39,7 +39,7 @@ pub async fn get(
|
||||
// custom css textarea
|
||||
details #custom-css-details {
|
||||
summary { "Custom CSS" }
|
||||
textarea name="stylesheet-str" id="custom-css" rows="10" cols="50" {
|
||||
textarea #custom-css name="stylesheet-str" {
|
||||
{ (config.ui.stylesheet_str) }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user