Fix upload avatar button

pull/5042/head
Chocobozzz 2022-05-25 08:55:21 +02:00
parent 3329325a64
commit 424aeb12bd
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 5 additions and 3 deletions

View File

@ -16,10 +16,12 @@
}
.actor-img-edit-button {
@include peertube-button-file(21px);
@include button-with-icon(19px);
@include peertube-button-file(30px);
@include orange-button;
display: flex;
justify-content: center;
padding: 0;
margin-top: 10px;
margin-bottom: 5px;
cursor: pointer;
@ -30,6 +32,6 @@
}
my-global-icon {
right: 7px;
width: 19px;
}
}