mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Align sub title with icon
This commit is contained in:
parent
e3fb8a09f8
commit
8d4902b3ba
2 changed files with 4 additions and 3 deletions
|
@ -6,8 +6,7 @@ h1 {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
my-global-icon {
|
my-global-icon {
|
||||||
position: relative;
|
top: -4px;
|
||||||
top: -2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-link {
|
.button-link {
|
||||||
|
|
|
@ -761,9 +761,11 @@
|
||||||
> span > my-global-icon,
|
> span > my-global-icon,
|
||||||
> my-global-icon {
|
> my-global-icon {
|
||||||
@include margin-right(10px);
|
@include margin-right(10px);
|
||||||
|
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
vertical-align: top;
|
position: relative;
|
||||||
|
top: -2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pt-badge {
|
.pt-badge {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue