]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/header/header.component.scss
Prevent player crash on safari
[github/Chocobozzz/PeerTube.git] / client / src / app / header / header.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3
4 .publish-button {
5 @include peertube-button-link;
6 @include orange-button;
7 @include button-with-icon(22px, 3px, -1px);
8 @include margin-right(25px);
9
10 @media screen and (max-width: $mobile-view) {
11 @include margin-right(10px);
12
13 padding: 0 10px;
14
15 .icon.icon-upload {
16 @include margin-right(0);
17 }
18
19 .publish-button-label {
20 display: none;
21 }
22 }
23 }