]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+accounts/accounts.component.scss
Reduce dev commands RAM usage
[github/Chocobozzz/PeerTube.git] / client / src / app / +accounts / accounts.component.scss
CommitLineData
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
aa0f1963
RK
12.right-buttons {
13 display: flex;
41eb700f
RK
14 height: max-content;
15 margin-left: auto;
16 margin-top: 20px;
aa0f1963
RK
17
18 a {
19 @include peertube-button-outline;
20 height: auto;
21 line-height: 32px;
22 }
23
24 my-subscribe-button {
25 height: min-content;
26 }
79bd2632
C
27}
28
29my-user-moderation-dropdown,
30.badge {
31 margin-left: 10px;
32
33 position: relative;
34 top: 3px;
35}
36
37.badge {
38 font-size: 13px;
ee1d0dfb
C
39}
40
41.copy-button {
42 border: none;
43 padding: 5px;
44 margin-top: -2px;
45}