Implement comments_viewer page

This commit is contained in:
2023-02-24 20:42:01 -05:00
parent f84ee71b7c
commit 59875e772e
3 changed files with 53 additions and 0 deletions

View File

@@ -242,6 +242,12 @@ table.hosts tr:nth-child(even) { background-color:#cccccc; }
table.hosts tr:nth-child(odd) { background-color:white; }
table.hosts tr td img { vertical-align:middle }
pre.comment {
white-space: pre-wrap;
padding: 2px;
line-height: 1.2rem;
}
@media only screen and (max-width: 680px) {
#container {width: 95%;}
img#hprlogo {float: left; max-width: 85px; padding: .35em;}