This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/src/articles/static/admin_articles.css

17 lines
262 B
CSS
Raw Normal View History

#id_content,
#id_custom_css {
2020-08-16 18:39:27 +02:00
font-family: "JetBrains Mono", monospace;
2020-12-27 15:49:27 +01:00
min-height: 30em;
resize: vertical;
2020-12-25 11:53:49 +01:00
}
#id_content {
width: calc(100% - 1em);
2020-12-28 08:25:14 +01:00
height: 38em;
2020-08-16 18:39:27 +02:00
}
label[for="id_content"],
label[for="id_custom_css"] {
2020-08-16 18:39:27 +02:00
display: none;
}