diff options
author | Chocobozzz <me@florianbigard.com> | 2022-07-12 14:46:09 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-07-12 14:46:09 +0200 |
commit | 21d8979fbdbc26067f2ed19efa30060c44b3b102 (patch) | |
tree | bfb637cf10188767f7689e5a29188eb9c98363cd /client/src/app/+admin | |
parent | b44b5a83ebbc772e1e5c844d6740234142d24d9a (diff) | |
download | PeerTube-21d8979fbdbc26067f2ed19efa30060c44b3b102.tar.gz PeerTube-21d8979fbdbc26067f2ed19efa30060c44b3b102.tar.zst PeerTube-21d8979fbdbc26067f2ed19efa30060c44b3b102.zip |
Fix instance config on mobile
Diffstat (limited to 'client/src/app/+admin')
-rw-r--r-- | client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.scss | 3 |
1 files changed, 2 insertions, 1 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 df523cedc..1bc9aebba 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 | |||
@@ -30,7 +30,7 @@ input[type=number] { | |||
30 | 30 | ||
31 | .number-with-unit { | 31 | .number-with-unit { |
32 | position: relative; | 32 | position: relative; |
33 | width: min-content; | 33 | width: fit-content; |
34 | 34 | ||
35 | input[type=number] + span { | 35 | input[type=number] + span { |
36 | position: absolute; | 36 | position: absolute; |
@@ -80,6 +80,7 @@ input[type=submit] { | |||
80 | 80 | ||
81 | .inner-form-description { | 81 | .inner-form-description { |
82 | font-size: 15px; | 82 | font-size: 15px; |
83 | margin-bottom: 15px; | ||
83 | } | 84 | } |
84 | 85 | ||
85 | textarea { | 86 | textarea { |