aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels/video-channels.component.scss
blob: d29575027736790cd8368f0397f55d9db121f89f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@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;
    }
  }
}