Update
This commit is contained in:
@ -731,3 +731,19 @@ body.view-control-buttons .viewControlButton {
|
||||
font-size: 60px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
summary {
|
||||
font-weight: 900;
|
||||
margin: -.5em -.5em 0;
|
||||
padding: .5em;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
details[open] {
|
||||
padding: .5em;
|
||||
}
|
||||
|
||||
details[open] summary {
|
||||
border-bottom: 1px solid #aaa;
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user