Link pic & post

This commit is contained in:
2019-11-01 23:12:32 +01:00
parent 2af07cc656
commit 8496ddb278
20 changed files with 153 additions and 1437 deletions

View File

@@ -361,6 +361,10 @@ $legend-color: #222;
border-radius: 3px;
}
}
p {
margin: 0;
text-align: justify;
}
}
&.message {
background: $message-bg;

View File

@@ -12,4 +12,31 @@
height: 18px;
background: green;
}
.comment {
margin-top: 1em;
.thumb {
width: 30%;
max-width: 100px;
}
form {
display: inline-block;
width: calc(70% - 1em);
min-width: calc(100% - 100px - 1em);
margin-left: 1em;
vertical-align: top;
.content {
width: 100%;
box-sizing: border-box;
padding: 0.5em;
}
.save {
margin-top: 1em;
padding: 0.5em;
}
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long