Fix upload avatar button
This commit is contained in:
parent
3329325a64
commit
424aeb12bd
|
@ -16,10 +16,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.actor-img-edit-button {
|
.actor-img-edit-button {
|
||||||
@include peertube-button-file(21px);
|
@include peertube-button-file(30px);
|
||||||
@include button-with-icon(19px);
|
|
||||||
@include orange-button;
|
@include orange-button;
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 0;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -30,6 +32,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
my-global-icon {
|
my-global-icon {
|
||||||
right: 7px;
|
width: 19px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue