Minor author page style fixes

This commit is contained in:
kvakazyambra 2023-10-10 01:09:15 +03:00
parent 66d6eb4595
commit 796321e3ee
3 changed files with 13 additions and 12 deletions

View File

@ -98,6 +98,10 @@
}
}
.commentControlDelete {
align-items: center;
}
.commentControl {
border: none;
color: #696969;
@ -106,7 +110,10 @@
line-height: 1.2;
margin-right: 0.8rem;
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;
&:hover {
@ -123,7 +130,9 @@
filter: invert(0);
margin-right: 0.3em;
opacity: 0.6;
transition: filter 0.3s, opacity 0.2s;
transition:
filter 0.3s,
opacity 0.2s;
img {
margin-bottom: -0.1em;

View File

@ -17,16 +17,6 @@
color: #fff !important;
}
}
a:before {
content: '';
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 2;
}
}
.shoutTopicFloorImportant {

View File

@ -55,6 +55,8 @@
}
&.narrow {
left: 50%;
transform: translateX(-50%);
width: 100%;
@include media-breakpoint-up(sm) {