]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+accounts/accounts.component.scss
Fix typo in db field check
[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;
aa0f1963
RK
20 }
21
22 my-subscribe-button {
496b02e3 23 min-height: 30px;
aa0f1963 24 }
79bd2632
C
25}
26
27my-user-moderation-dropdown,
28.badge {
29 margin-left: 10px;
30
31 position: relative;
32 top: 3px;
33}
34
35.badge {
36 font-size: 13px;
ee1d0dfb
C
37}
38
39.copy-button {
40 border: none;
41 padding: 5px;
42 margin-top: -2px;
43}