feat(post form): add row for link type, add spoiler option

This commit is contained in:
Tom (plebeius.eth)
2024-05-31 16:10:38 +02:00
parent c5d55a9dd5
commit 6223cb0b24
2 changed files with 41 additions and 13 deletions
+21 -4
View File
@@ -82,10 +82,27 @@
.linkType {
font-weight: normal;
position: absolute;
white-space: nowrap;
bottom: 3px;
padding-left: 3px;
}
.linkType td {
height: 20px;
padding-left: 2px;
}
.spoilerButton input[type="checkbox"] {
margin: 0 3px;
vertical-align: middle;
transform: translateY(-2px);
}
.spoilerButton td {
padding-top: 2px;
height: 20px;
padding-left: 2px;
}
.spoilerButton {
font-weight: normal;
}
@media (max-width: 640px) {