trying to make the [-] better for mobile
This commit is contained in:
parent
afb800d585
commit
744617a49b
|
@ -1355,8 +1355,17 @@ code {
|
||||||
#search form {
|
#search form {
|
||||||
width: 240px;
|
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;
|
font-size: 1.25rem;
|
||||||
|
content: "[ - ]";
|
||||||
|
}
|
||||||
|
.comment details summary {
|
||||||
|
margin-right: 20px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
.comment summary::-webkit-details-marker {
|
||||||
|
font-size: 1.25rem
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue