]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss
Fix comment add avatar when unlogged
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-actor-image-edit / actor-avatar-edit.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
cdeddff1
C
3
4.actor {
5 display: flex;
4c8749cb 6}
cdeddff1 7
4c8749cb
C
8my-actor-avatar {
9 @include margin-right(15px);
10}
11
12.actor-info {
13 display: inline-flex;
14 flex-direction: column;
15}
16
17.actor-info-display-name {
714e33a7 18 @include peertube-word-wrap;
82eb7850 19
4c8749cb
C
20 font-size: 20px;
21 font-weight: $font-bold;
cdeddff1 22
4c8749cb
C
23 @media screen and (max-width: $small-view) {
24 font-size: 16px;
cdeddff1
C
25 }
26}
27
4c8749cb
C
28.actor-info-username {
29 position: relative;
30 font-size: 14px;
31 color: pvar(--greyForegroundColor);
32}
33
34.actor-info-followers {
4c8749cb
C
35 padding-bottom: .5rem;
36}
37
cdeddff1
C
38.actor-img-edit-container {
39 position: relative;
40 width: 0;
41}
42
43.actor-img-edit-button {
44 top: 55px;
45 right: 45px;
46 border-radius: 50%;
47}
22f375f3
C
48
49.dropdown-item {
50 @include dropdown-with-icon-item;
51}