trying to make the [-] better for mobile

This commit is contained in:
teddit 2020-12-02 18:29:37 +01:00
parent afb800d585
commit 744617a49b
1 changed files with 28 additions and 19 deletions

11
dist/css/styles.css vendored
View File

@ -1355,8 +1355,17 @@ code {
#search form {
width: 240px;
}
.comment details summary::-webkit-details-marker,.comment details summary::marker {
.comment details summary::-webkit-details-marker,
.comment details summary::marker {
font-size: 1.25rem;
content: "[ - ]";
}
.comment details summary {
margin-right: 20px;
margin-bottom: 10px;
}
.comment summary::-webkit-details-marker {
font-size: 1.25rem
}
}