mirror of
https://codeberg.org/tacerus/teddit.git
synced 2025-01-09 12:52:32 +01:00
trying to make the [-] better for mobile
This commit is contained in:
parent
afb800d585
commit
744617a49b
11
dist/css/styles.css
vendored
11
dist/css/styles.css
vendored
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user