|
4 | 4 | height: 6px; |
5 | 5 | box-shadow: 0px 0px 0px 2px var(--sidebar-color); |
6 | 6 | border: 1px solid var(--dimmed-text); |
7 | | - border-radius: var(--d-border-radius); |
| 7 | + border-radius: 100%; |
8 | 8 | display: inline; |
9 | 9 | position: absolute; |
10 | 10 | bottom: 3px; |
|
16 | 16 | .sidebar-section-link-prefix.image.active::before { |
17 | 17 | box-shadow: 0px 0px 0px 2px var(--tertiary) !important; |
18 | 18 | border: 1px solid #ffff !important; |
19 | | - border-radius: var(--d-border-radius); |
| 19 | + border-radius: 100%; |
20 | 20 | display: inline; |
21 | 21 | position: absolute; |
22 | 22 | bottom: 3px; |
|
45 | 45 | .sidebar-section-link-prefix.image.active::before { |
46 | 46 | box-shadow: 0px 0px 0px 2px var(--sidebar-color); |
47 | 47 | border: 1px solid var(--sidebar-online); |
48 | | - border-radius: var(--d-border-radius); |
| 48 | + border-radius: 100%; |
49 | 49 | display: inline; |
50 | 50 | position: absolute; |
51 | 51 | bottom: 3px; |
|
57 | 57 | } |
58 | 58 | } |
59 | 59 |
|
60 | | -.chat-message-avatar .chat-user-avatar .chat-user-avatar-container::before { |
| 60 | +.chat-message-avatar .chat-user-avatar .chat-user-avatar__container::before { |
61 | 61 | content: ""; |
62 | 62 | width: 6px; |
63 | 63 | height: 6px; |
64 | 64 | border: 2px solid var(--primary-medium); |
65 | 65 | box-shadow: 0px 0px 0px 2px var(--secondary); |
66 | | - border-radius: var(--d-border-radius); |
| 66 | + border-radius: 100%; |
67 | 67 | display: inline; |
68 | 68 | position: absolute; |
69 | | - bottom: 0; |
70 | | - left: calc(32px - 4px); |
| 69 | + bottom: -3px; |
| 70 | + left: calc(30px - 6px); |
| 71 | + background-color: var(--secondary); |
| 72 | +} |
| 73 | + |
| 74 | +.chat-channel-title__avatar |
| 75 | + .chat-user-avatar |
| 76 | + .chat-user-avatar__container::before { |
| 77 | + content: ""; |
| 78 | + width: 8px; |
| 79 | + height: 8px; |
| 80 | + border: 1px solid var(--primary-medium); |
| 81 | + box-shadow: 0px 0px 0px 2px var(--secondary); |
| 82 | + border-radius: 100%; |
| 83 | + display: inline; |
| 84 | + position: absolute; |
| 85 | + bottom: 0px; |
| 86 | + left: 19px; |
71 | 87 | background-color: var(--secondary); |
72 | 88 | } |
73 | 89 |
|
74 | 90 | .chat-message-avatar |
75 | 91 | .chat-user-avatar.is-online |
76 | | - .chat-user-avatar-container |
| 92 | + .chat-user-avatar__container |
77 | 93 | .avatar, |
78 | 94 | .chat-channel-title__avatar |
79 | 95 | .chat-user-avatar.is-online |
80 | | - .chat-user-avatar-container |
81 | | - .avatar { |
| 96 | + .chat-user-avatar__container |
| 97 | + .avatar, |
| 98 | +.chat-channel-title__avatar |
| 99 | + .chat-user-avatar.is-online |
| 100 | + .chat-user-avatar__container { |
82 | 101 | box-shadow: none; |
83 | 102 | border: none; |
84 | 103 | } |
85 | 104 |
|
| 105 | +.chat-user-avatar__container .avatar { |
| 106 | + padding: 0; |
| 107 | + border: none; |
| 108 | +} |
| 109 | + |
| 110 | +.chat-channel-title__avatar |
| 111 | + .chat-user-avatar.is-online |
| 112 | + .chat-user-avatar__container::before { |
| 113 | + border: 0px; |
| 114 | + background-color: var(--success); |
| 115 | +} |
| 116 | + |
86 | 117 | .chat-message-avatar |
87 | 118 | .chat-user-avatar.is-online |
88 | | - .chat-user-avatar-container::before { |
| 119 | + .chat-user-avatar__container::before { |
89 | 120 | width: 8px; |
90 | 121 | height: 8px; |
91 | 122 | border: 2px solid var(--secondary); |
|
0 commit comments