fix glitch introduced by e22da2e0d1

This commit is contained in:
El RIDO
2024-05-04 13:53:21 +02:00
parent 81fdf8ebfc
commit 3f5b6e0ce5
3 changed files with 4 additions and 2 deletions
-1
View File
@@ -108,7 +108,6 @@ body.loading {
.comment {
border-left: 1px solid #ccc;
padding: 5px 0 5px 10px;
white-space: pre-wrap;
transition: background-color 0.75s ease-out;
}
-1
View File
@@ -53,7 +53,6 @@
.comment {
border-left: 1px solid #ccc;
padding: 5px 0 5px 10px;
white-space: pre-wrap;
transition: background-color 0.75s ease-out;
}
+4
View File
@@ -59,3 +59,7 @@
float: right;
margin-left: 5px;
}
.commentdata {
white-space: pre-wrap;
}