Newsletter: Add custom link to media/post

This commit is contained in:
2020-05-13 19:23:39 +02:00
parent 6a8552ee47
commit 341d61b29e
10 changed files with 80 additions and 41 deletions

View File

@@ -283,6 +283,10 @@ $legend-color: $post-color;
right: 0;
width: 100%;
#posts_list {
position: relative;
}
#poster {
textarea#post {
margin-bottom: 1em;
@@ -326,14 +330,15 @@ $legend-color: $post-color;
span {
display: inline-block;
width: 50%;
cursor: default;
&.index {
width: 25%;
font-style: normal;
}
&.time {
width: 75%;
text-align: right;
}
}