X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-actor-image-edit%2Factor-avatar-edit.component.scss;h=b8e6136fb4ebb4c6822d3e6725bb1451d8d8beca;hb=5b0ec7cddb1ae6dbd2057f067382866f846b882c;hp=a50a2bb0e57a872b2846e736cc395e57091126b7;hpb=4c8749cb9e1e4a8d61697434e372f342def7bc70;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss b/client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss index a50a2bb0e..b8e6136fb 100644 --- a/client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss +++ b/client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss @@ -30,7 +30,6 @@ my-actor-avatar { } .actor-info-followers { - font-size: 15px; padding-bottom: .5rem; } @@ -44,3 +43,7 @@ my-actor-avatar { right: 45px; border-radius: 50%; } + +.dropdown-item { + @include dropdown-with-icon-item; +}