mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 19:53:40 +08:00
21 lines
296 B
SCSS
21 lines
296 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;
|
||
|
|
||
|
&:last-child {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|