diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-09 13:53:33 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-09 13:53:33 +0200 |
commit | 2f63f629add5d24f8c01f309c7cae43b667b0c2a (patch) | |
tree | fde4737a58c38cc5bf8f7565394950d8f2d499b8 /client/src | |
parent | f77043f96e776d601aac20fd68ee468146edfa97 (diff) | |
download | PeerTube-2f63f629add5d24f8c01f309c7cae43b667b0c2a.tar.gz PeerTube-2f63f629add5d24f8c01f309c7cae43b667b0c2a.tar.zst PeerTube-2f63f629add5d24f8c01f309c7cae43b667b0c2a.zip |
Fix subscribe button responsive
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/shared/shared-user-subscription/subscribe-button.component.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-user-subscription/subscribe-button.component.scss b/client/src/app/shared/shared-user-subscription/subscribe-button.component.scss index 972731116..a39ce90e3 100644 --- a/client/src/app/shared/shared-user-subscription/subscribe-button.component.scss +++ b/client/src/app/shared/shared-user-subscription/subscribe-button.component.scss | |||
@@ -79,6 +79,12 @@ | |||
79 | cursor: pointer; | 79 | cursor: pointer; |
80 | } | 80 | } |
81 | 81 | ||
82 | .dropdown-item { | ||
83 | @media screen and (max-width: $mobile-view) { | ||
84 | white-space: normal; | ||
85 | } | ||
86 | } | ||
87 | |||
82 | .dropdown-item-neutral { | 88 | .dropdown-item-neutral { |
83 | cursor: default; | 89 | cursor: default; |
84 | 90 | ||