mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 09:43:44 +08:00
22 lines
316 B
SCSS
22 lines
316 B
SCSS
[data-content][data-identifier="admin-post-menu"] {
|
|
ul {
|
|
padding: 0.5rem;
|
|
margin: 0;
|
|
list-style: none;
|
|
|
|
li .btn {
|
|
width: 100%;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
li {
|
|
margin-bottom: 2px;
|
|
border: none;
|
|
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|