Adjusted some CSS stuff for the Isso comments

pull/3/head
gianmarco 2022-11-14 22:56:34 +01:00
parent 63b456789e
commit 18f8c23795
1 changed files with 3 additions and 3 deletions

View File

@ -93,8 +93,8 @@ blinkbig {
margin: 3px 15px 0 0;
}
.isso-comment > div.avatar > svg {
max-width: 48px;
max-height: 48px;
width: 48px;
height: 48px;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 3px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
@ -186,7 +186,7 @@ blinkbig {
.isso-comment > div.text-wrapper > .isso-comment-footer .votes {
color: gray;
position: relative;
top: 4px;
top: 2px;
}
.isso-comment > div.text-wrapper > .isso-comment-footer .upvote svg,
.isso-comment > div.text-wrapper > .isso-comment-footer .downvote svg {