Minor style fixes

This commit is contained in:
kvakazyambra 2023-10-26 00:00:21 +03:00
parent b85c05a8c3
commit 6adbd573d9
3 changed files with 4 additions and 8 deletions

View File

@ -65,10 +65,6 @@
.commentControl:not(.commentControlReply) {
opacity: 0;
}
&:hover .commentControl {
opacity: 1;
}
}
.commentContent {
@ -77,7 +73,8 @@
.commentControlShare,
.commentControlDelete,
.commentControlEdit,
.commentControlComplain {
.commentControlComplain,
.commentControl {
opacity: 1;
}
}

View File

@ -1,6 +1,6 @@
.author {
display: flex;
align-items: flex-start;
align-items: center;
flex-flow: row nowrap;
margin-bottom: 1.6rem;

View File

@ -68,8 +68,6 @@
a:link {
border: none;
position: relative;
overflow: hidden;
&::before {
content: '';
@ -591,6 +589,7 @@
.shoutCardLinkContainer {
background: var(--default-color);
color: var(--link-hover-color);
}
}
}