]>
Commit | Line | Data |
---|---|---|
170726f5 C |
1 | @import '_variables'; |
2 | @import '_mixins'; | |
3 | ||
4 | .sub-menu { | |
5 | @include sub-menu-with-actor; | |
41eb700f RK |
6 | |
7 | .actor { | |
8 | width: 100%; | |
9 | } | |
10 | } | |
11 | ||
12 | my-subscribe-button { | |
13 | height: max-content; | |
14 | margin-left: auto; | |
15 | margin-top: 20px; | |
79bd2632 C |
16 | } |
17 | ||
18 | my-user-moderation-dropdown, | |
19 | .badge { | |
20 | margin-left: 10px; | |
21 | ||
22 | position: relative; | |
23 | top: 3px; | |
24 | } | |
25 | ||
26 | .badge { | |
27 | font-size: 13px; | |
ee1d0dfb C |
28 | } |
29 | ||
30 | .copy-button { | |
31 | border: none; | |
32 | padding: 5px; | |
33 | margin-top: -2px; | |
34 | } |