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/app.component.scss | |
parent | 8beea2d37d90e9a12d895f4a9eebc1e532313d8c (diff) | |
download | PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.gz PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.zst PeerTube-27bc95867442c772841fb183a625bbda61dede51.zip |
Bidi support
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r-- | client/src/app/app.component.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 6b1f7f8f1..472245411 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -83,10 +83,11 @@ | |||
83 | } | 83 | } |
84 | 84 | ||
85 | .icon.icon-logo { | 85 | .icon.icon-logo { |
86 | @include margin-right(0.5rem); | ||
87 | |||
86 | display: inline-block; | 88 | display: inline-block; |
87 | width: 23px; | 89 | width: 23px; |
88 | height: 24px; | 90 | height: 24px; |
89 | margin-right: 0.5rem; | ||
90 | } | 91 | } |
91 | } | 92 | } |
92 | 93 | ||