mirror of https://github.com/Chocobozzz/PeerTube
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 componentpull/5677/head
parent
c0a4982ebe
commit
68773f79fa
|
@ -21,9 +21,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-title {
|
.section-title {
|
||||||
font-size: 24px;
|
@include font-size(1.5rem);
|
||||||
padding-top: 20px;
|
@include padding-top(1.25rem);
|
||||||
margin-bottom: 30px;
|
@include margin-bottom(2rem);
|
||||||
|
|
||||||
&:not(h2) {
|
&:not(h2) {
|
||||||
border-top: 1px solid $separator-border-color;
|
border-top: 1px solid $separator-border-color;
|
||||||
|
@ -38,8 +38,8 @@
|
||||||
my-actor-avatar {
|
my-actor-avatar {
|
||||||
@include margin-right(8px);
|
@include margin-right(8px);
|
||||||
|
|
||||||
position: relative;
|
display: inline-block;
|
||||||
top: -2px;
|
vertical-align: text-top;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -49,8 +49,6 @@
|
||||||
|
|
||||||
.section-title {
|
.section-title {
|
||||||
@include margin-left(10px);
|
@include margin-left(10px);
|
||||||
|
|
||||||
font-size: 17px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue