aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-actor-image-edit
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-13 13:36:35 +0200
committerChocobozzz <me@florianbigard.com>2022-06-13 13:43:25 +0200
commit22f375f37d0455e5945f62659c580ef430c36601 (patch)
tree86897c7c12c25548319fb9e76010c0cd1dda1da2 /client/src/app/shared/shared-actor-image-edit
parent3bf57a01f80df2133bb706dcbc8d15609388f0a5 (diff)
downloadPeerTube-22f375f37d0455e5945f62659c580ef430c36601.tar.gz
PeerTube-22f375f37d0455e5945f62659c580ef430c36601.tar.zst
PeerTube-22f375f37d0455e5945f62659c580ef430c36601.zip
Remove unused global css
Diffstat (limited to 'client/src/app/shared/shared-actor-image-edit')
-rw-r--r--client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss4
1 files changed, 4 insertions, 0 deletions
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..7fd9f057e 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
@@ -44,3 +44,7 @@ my-actor-avatar {
44 right: 45px; 44 right: 45px;
45 border-radius: 50%; 45 border-radius: 50%;
46} 46}
47
48.dropdown-item {
49 @include dropdown-with-icon-item;
50}