Spruce up comments.

This commit is contained in:
snowfag
2017-05-22 12:58:09 -04:00
committed by nyaadev
parent fee55c1792
commit aab3eaccaa
3 changed files with 52 additions and 35 deletions

View File

@@ -218,3 +218,26 @@ table.torrent-list tbody tr td a:visited {
ul.nav-tabs#profileTabs {
margin-bottom: 15px;
}
.comments-panel {
width: 99%;
margin: 0 auto;
margin-top:10px;
margin-bottom:10px;
}
.comment-box {
width: 95%;
margin: 0 auto;
margin-top:30px;
margin-bottom:10px;
}
.delete-btn {
position: relative;
float: right;
}
.avatar {
max-width: 120px;
}