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.
 
 
 
 

66 lines
901 B

div.post {
margin-bottom: 1ch;
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;
}
}
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;
}
}
div.post-body p:first-of-type {
margin-top: 0;
padding-top: 0;
}
}
div.post.multipart {
margin-top: -1.25em;
div.post-meta {
span {
display: none;
}
}
}