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/articles/static/admin_articles.css

11 lines
179 B
CSS
Raw Normal View History

2020-08-16 18:39:27 +02:00
#id_content {
font-family: "JetBrains Mono", monospace;
width: calc(100% - 1em);
2020-09-09 17:57:55 +02:00
height: 44.5em;
resize: vertical;
2020-08-16 18:39:27 +02:00
}
label[for=id_content] {
display: none;
}