mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(post form): add row for link type, add spoiler option
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user