diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-27 09:30:32 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-27 09:30:32 +0200 |
commit | 1ff15061b31245df4248e47228d0a90b07ab3f01 (patch) | |
tree | 7d981a54cfec919d0f83afca68b2fce6b696d6d2 /client/src/app/modal/account-setup-modal.component.scss | |
parent | bf80903fde923e0c84226ac442a2a382db74aee4 (diff) | |
download | PeerTube-1ff15061b31245df4248e47228d0a90b07ab3f01.tar.gz PeerTube-1ff15061b31245df4248e47228d0a90b07ab3f01.tar.zst PeerTube-1ff15061b31245df4248e47228d0a90b07ab3f01.zip |
Avoid layout shift in account setup modal
Diffstat (limited to 'client/src/app/modal/account-setup-modal.component.scss')
-rw-r--r-- | client/src/app/modal/account-setup-modal.component.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/modal/account-setup-modal.component.scss b/client/src/app/modal/account-setup-modal.component.scss index 405f29d65..d99edaf7a 100644 --- a/client/src/app/modal/account-setup-modal.component.scss +++ b/client/src/app/modal/account-setup-modal.component.scss | |||
@@ -17,7 +17,8 @@ | |||
17 | @include margin-right(2rem); | 17 | @include margin-right(2rem); |
18 | 18 | ||
19 | display: block; | 19 | display: block; |
20 | min-width: 170px; | 20 | width: 170px; |
21 | height: 220px; | ||
21 | } | 22 | } |
22 | 23 | ||
23 | .subtitle { | 24 | .subtitle { |