diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-07 17:38:31 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-07 18:14:05 +0200 |
commit | 27bc95867442c772841fb183a625bbda61dede51 (patch) | |
tree | 6fe20951f1109c1f5388d9a681f0df0758d463e0 /client/src/app/modal | |
parent | 8beea2d37d90e9a12d895f4a9eebc1e532313d8c (diff) | |
download | PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.gz PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.zst PeerTube-27bc95867442c772841fb183a625bbda61dede51.zip |
Bidi support
Diffstat (limited to 'client/src/app/modal')
-rw-r--r-- | client/src/app/modal/welcome-modal.component.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/modal/welcome-modal.component.scss b/client/src/app/modal/welcome-modal.component.scss index 5e9e3dc51..f469164db 100644 --- a/client/src/app/modal/welcome-modal.component.scss +++ b/client/src/app/modal/welcome-modal.component.scss | |||
@@ -17,9 +17,10 @@ | |||
17 | } | 17 | } |
18 | 18 | ||
19 | .mascot { | 19 | .mascot { |
20 | @include margin-right(2rem); | ||
21 | |||
20 | display: block; | 22 | display: block; |
21 | min-width: 170px; | 23 | min-width: 170px; |
22 | margin-right: 2rem; | ||
23 | } | 24 | } |
24 | 25 | ||
25 | .subtitle { | 26 | .subtitle { |