fix: css
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2023-12-22 05:15:43 +01:00
parent 62e45befa2
commit ac1854bf3a
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -71,6 +71,10 @@ aside button {
aside textarea {
min-width: 20em;
min-height: 7em;
/* move resize arrow to the left */
direction: rtl;
text-align: left;
}
/* index listing of posts */
@ -82,7 +86,7 @@ li {
padding-bottom: 1em;
}
/* Edit button */
/* remove arrow of edit button */
summary {
display: inline;
}