Small tweaks

This commit is contained in:
Dominic Ferrando
2025-04-20 00:43:08 -04:00
parent ae66403cea
commit ee78f5fbe6
3 changed files with 72 additions and 36 deletions
+13 -5
View File
@@ -175,6 +175,7 @@ body {
}
.post-header {
clear: none;
margin-bottom: 10px;
}
@@ -186,19 +187,20 @@ body {
color: #13A82A;
}
.post-img-container {
.post-img {
display: block;
float: left;
margin: 4px 12px 4px 0;
}
.post-img {
cursor: pointer;
height: auto;
max-width: 100%;
}
.post-body {
overflow-wrap: break-word;
margin-top: 10px;
margin-left: 5px;
clear: none;
word-wrap: break-word;
line-height: 1.3;
}
@@ -211,6 +213,12 @@ body {
color: #789922
}
.post-filename {
color: rgb(52, 52, 92);
text-decoration: underline;
cursor: pointer;
}
.reply-link {
color: #D00;
text-decoration: underline;