feat(reply modal): add link type previewer, spoiler option

This commit is contained in:
Tom (plebeius.eth)
2024-05-31 15:45:48 +02:00
parent 8e6aca6e32
commit c5d55a9dd5
4 changed files with 38 additions and 4 deletions
@@ -71,6 +71,16 @@
cursor: pointer;
}
.footer input[type="checkbox"] {
margin: 0 3px;
vertical-align: text-top;
}
.spoilerButton {
display: inline-block;
padding-top: 2px;
}
.parentCid {
color: var(--post-form-field-input-color);
position: absolute;