diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-02 10:37:52 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-02-02 10:37:52 +0100 |
commit | 2666fd7c753c8afdcba1907a5900ccb143df23c4 (patch) | |
tree | 03587b2ddf47e5063680398c5e598aa4a47bdb77 /client/src/app/shared/shared-share-modal | |
parent | 657bba2b29715f654264422d868e3e661bbdf895 (diff) | |
download | PeerTube-2666fd7c753c8afdcba1907a5900ccb143df23c4.tar.gz PeerTube-2666fd7c753c8afdcba1907a5900ccb143df23c4.tar.zst PeerTube-2666fd7c753c8afdcba1907a5900ccb143df23c4.zip |
Fix small UI bugs
Diffstat (limited to 'client/src/app/shared/shared-share-modal')
-rw-r--r-- | client/src/app/shared/shared-share-modal/video-share.component.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-share-modal/video-share.component.scss b/client/src/app/shared/shared-share-modal/video-share.component.scss index e4d3aacff..a18e3f5fc 100644 --- a/client/src/app/shared/shared-share-modal/video-share.component.scss +++ b/client/src/app/shared/shared-share-modal/video-share.component.scss | |||
@@ -36,6 +36,10 @@ my-input-toggle-hidden { | |||
36 | .filters { | 36 | .filters { |
37 | margin-top: 30px; | 37 | margin-top: 30px; |
38 | 38 | ||
39 | .advanced-filters.show { | ||
40 | overflow: visible !important; | ||
41 | } | ||
42 | |||
39 | .advanced-filters-button { | 43 | .advanced-filters-button { |
40 | display: flex; | 44 | display: flex; |
41 | justify-content: center; | 45 | justify-content: center; |