aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/abstract-video-list.scss
blob: d94596113a025b3046b441c7e10ab6e66c22d0ee (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
@import '_mixins';
@import '_miniature';

.videos-header {
  display: flex;
  height: 80px;
  align-items: center;

  .title-page.title-page-single {
    margin: 0 5px 0 0;
  }

  my-feed {
    display: inline-block;
    top: 1px;
    min-width: 60px;
  }

  .moderation-block {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center;
  }
}

.margin-content {
  @include adapt-margin-content-width;
}