aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels/video-channels.component.scss
blob: 50b69e7acf7e1489d523b3904db63aa57a125a4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
@import '_variables';
@import '_mixins';

.sub-menu {
  @include sub-menu-with-actor;

  .actor, .actor-info {
    width: 100%;
  }

  .actor-name {
    flex-grow: 1;

    .copy-button {
      border: none;
      padding: 5px;
      margin-top: -2px;
    }
  }
}

.right-buttons {
  display: flex;
  height: max-content;
  margin-left: auto;
  margin-top: 20px;

  a {
    @include peertube-button-outline;
    line-height: 1.8;
  }

  my-subscribe-button {
    height: min-content;
  }
}