complete rewrite of comment scraper, caching features still missing

This commit is contained in:
2019-10-16 18:52:43 +02:00
parent e678442198
commit 6ae152a3d1
6 changed files with 161 additions and 1152 deletions

View File

@@ -1,3 +1,8 @@
.comments-container {
text-align: left;
padding-bottom: 15px;
}
.comments-container .comment .avatar {
float: left;
width: 50px;
@@ -5,6 +10,7 @@
margin-left: 16px;
margin-right: 16px;
border-radius: 50%;
padding-top: 0;
}
.comments-container #reference {