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) { .commentControl:not(.commentControlReply) {
opacity: 0; opacity: 0;
} }
&:hover .commentControl {
opacity: 1;
}
} }
.commentContent { .commentContent {
@ -77,7 +73,8 @@
.commentControlShare, .commentControlShare,
.commentControlDelete, .commentControlDelete,
.commentControlEdit, .commentControlEdit,
.commentControlComplain { .commentControlComplain,
.commentControl {
opacity: 1; opacity: 1;
} }
} }

View File

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

View File

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