Hotfix/channel avatars overview (#5667)

* Fix channel avatar display

* Improve video overview component style

* Better alignment of avatar and title

* Convert in rem video overview  component
pull/5677/head
Wicklow 2023-03-07 09:18:08 +00:00 committed by GitHub
parent c0a4982ebe
commit 68773f79fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 7 deletions

View File

@ -21,9 +21,9 @@
}
.section-title {
font-size: 24px;
padding-top: 20px;
margin-bottom: 30px;
@include font-size(1.5rem);
@include padding-top(1.25rem);
@include margin-bottom(2rem);
&:not(h2) {
border-top: 1px solid $separator-border-color;
@ -38,8 +38,8 @@
my-actor-avatar {
@include margin-right(8px);
position: relative;
top: -2px;
display: inline-block;
vertical-align: text-top;
}
}
@ -49,8 +49,6 @@
.section-title {
@include margin-left(10px);
font-size: 17px;
}
}
}