Minor author page style fixes
This commit is contained in:
parent
66d6eb4595
commit
796321e3ee
|
@ -98,6 +98,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.commentControlDelete {
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
.commentControl {
|
.commentControl {
|
||||||
border: none;
|
border: none;
|
||||||
color: #696969;
|
color: #696969;
|
||||||
|
@ -106,7 +110,10 @@
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
margin-right: 0.8rem;
|
margin-right: 0.8rem;
|
||||||
padding: 0.2em 0.3em;
|
padding: 0.2em 0.3em;
|
||||||
transition: opacity 0.2s, color 0.3s, background-color 0.3s;
|
transition:
|
||||||
|
opacity 0.2s,
|
||||||
|
color 0.3s,
|
||||||
|
background-color 0.3s;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@ -123,7 +130,9 @@
|
||||||
filter: invert(0);
|
filter: invert(0);
|
||||||
margin-right: 0.3em;
|
margin-right: 0.3em;
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
transition: filter 0.3s, opacity 0.2s;
|
transition:
|
||||||
|
filter 0.3s,
|
||||||
|
opacity 0.2s;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
margin-bottom: -0.1em;
|
margin-bottom: -0.1em;
|
||||||
|
|
|
@ -17,16 +17,6 @@
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a:before {
|
|
||||||
content: '';
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
z-index: 2;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.shoutTopicFloorImportant {
|
.shoutTopicFloorImportant {
|
||||||
|
|
|
@ -55,6 +55,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.narrow {
|
&.narrow {
|
||||||
|
left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
@include media-breakpoint-up(sm) {
|
@include media-breakpoint-up(sm) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user