mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 10:42:45 +08:00
better centering of summary expansion button
This commit is contained in:
parent
6f094ee27e
commit
5eb7e7d85f
|
@ -51,21 +51,24 @@ details .lazyYT-container {
|
|||
|
||||
summary:before {
|
||||
content: '' !important;
|
||||
display: none;
|
||||
}
|
||||
|
||||
summary {
|
||||
@include unselectable;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #aaa;
|
||||
background: #f1f1f1;
|
||||
border: 1px solid #ddd;
|
||||
width: 20px;
|
||||
display: flex;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
width: 21px;
|
||||
line-height: 12px;
|
||||
|
||||
}
|
||||
|
||||
summary:hover {
|
||||
|
|
Loading…
Reference in New Issue
Block a user