Minor style fixes
This commit is contained in:
parent
b85c05a8c3
commit
6adbd573d9
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user