first commit

This commit is contained in:
CrazyJasonwell
2026-07-23 20:36:13 +08:00
commit 513b68be8c
7915 changed files with 2642530 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
.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;
}