diff options
author | Chocobozzz <me@florianbigard.com> | 2022-09-27 10:05:29 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-09-27 10:05:29 +0200 |
commit | 85edcb5626d6843fbe4aa6f4d002e7ccbb5e7b58 (patch) | |
tree | e5551b8fb4cdd15edc12114db5ebea8496900e09 /client/src/app/+admin | |
parent | 4a9de87793b793888e548137908b6439f6246d21 (diff) | |
download | PeerTube-85edcb5626d6843fbe4aa6f4d002e7ccbb5e7b58.tar.gz PeerTube-85edcb5626d6843fbe4aa6f4d002e7ccbb5e7b58.tar.zst PeerTube-85edcb5626d6843fbe4aa6f4d002e7ccbb5e7b58.zip |
Fix number with text input overflow
Diffstat (limited to 'client/src/app/+admin')
-rw-r--r-- | client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.scss b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.scss index 1bc9aebba..dda5d0b5e 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.scss +++ b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.scss | |||
@@ -36,6 +36,10 @@ input[type=number] { | |||
36 | position: absolute; | 36 | position: absolute; |
37 | top: 0.2em; | 37 | top: 0.2em; |
38 | right: 2.5rem; | 38 | right: 2.5rem; |
39 | |||
40 | @media screen and (max-width: $mobile-view) { | ||
41 | display: none; | ||
42 | } | ||
39 | } | 43 | } |
40 | 44 | ||
41 | input[disabled] { | 45 | input[disabled] { |