diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-07 11:25:47 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-07 11:26:09 +0200 |
commit | bc4c9cc1d75d591c217d61ab22a107b7f1044c76 (patch) | |
tree | bd308af1530ff45702b3ac548ec59fc6215350ca /client/src/sass/application.scss | |
parent | 52fe9526420b98df78f922ff3680a04ec0f7784e (diff) | |
download | PeerTube-bc4c9cc1d75d591c217d61ab22a107b7f1044c76.tar.gz PeerTube-bc4c9cc1d75d591c217d61ab22a107b7f1044c76.tar.zst PeerTube-bc4c9cc1d75d591c217d61ab22a107b7f1044c76.zip |
Fix mask-image property
Needed by chrome
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 89b6f0c4c..ae511aa02 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -402,7 +402,26 @@ ngx-loading-bar { | |||
402 | } | 402 | } |
403 | 403 | ||
404 | .admin-sub-header { | 404 | .admin-sub-header { |
405 | @include admin-sub-header-responsive; | 405 | flex-direction: column; |
406 | |||
407 | .form-sub-title { | ||
408 | margin-right: 0 !important; | ||
409 | margin-bottom: 10px; | ||
410 | text-align: center; | ||
411 | } | ||
412 | |||
413 | .admin-sub-nav { | ||
414 | display: block; | ||
415 | overflow-x: auto; | ||
416 | white-space: nowrap; | ||
417 | height: 50px; | ||
418 | padding: 10px 0; | ||
419 | width: 100%; | ||
420 | |||
421 | a { | ||
422 | margin-left: 5px; | ||
423 | } | ||
424 | } | ||
406 | } | 425 | } |
407 | 426 | ||
408 | my-markdown-textarea { | 427 | my-markdown-textarea { |