Minor style fixes
This commit is contained in:
parent
b85c05a8c3
commit
6adbd573d9
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.author {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
align-items: center;
|
||||
flex-flow: row nowrap;
|
||||
margin-bottom: 1.6rem;
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user