The frontend/UI server, written in JS using the MarkoJS library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

78 lines
1.1 KiB

div.post {
margin-bottom: 1ch;
margin-left: -12px;
padding-left: 12px;
div.post-meta-row {
padding: 0;
margin: 0;
}
div.options {
position: absolute;
text-align: right;
width: calc(100% - 38.75ch);
max-width: 95ch;
a {
display: inline-block;
padding: 0 0.5ch;
opacity: 0.5;
cursor: pointer;
user-select: none;
}
a:hover {
opacity: 1;
}
@media screen and (max-width: 700px) {
width: calc(100% - 6.5ch);
}
}
div.post-body {
font-size: 1.25em;
div.nick-wrapper {
display: inline;
.nick-decoration {
display: inline;
}
.nick {
display: inline;
}
}
div.post-content {
display: inline;
}
div.annotation {
margin-top: 0.33em;
}
p:first-of-type {
margin-top: 0;
padding-top: 0;
}
}
}
div.post.pk-scene {
margin-left: -14px;
border-left: 2px solid #68A;
}
div.post.multipart {
margin-top: -1.25em;
div.post-meta {
span {
display: none;
}
}
}