Files
2026-07-23 20:36:13 +08:00

19 lines
377 B
CSS
Executable File

.published-posts-modal.list-item-container {
display: flex;
justify-content: space-between;
align-items: baseline;
padding: .75em 0 calc(.75em + 1px);
}
.published-posts-modal.list-item-container:not(:last-child) {
border-bottom: rgba(128, 128, 128, .5) solid 1px;
}
.published-posts-modal.list-item-container button {
margin-left: .5em;
}
.hidden {
display: none;
}