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/+my-library/my-ownership | |
parent | 8beea2d37d90e9a12d895f4a9eebc1e532313d8c (diff) | |
download | PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.gz PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.zst PeerTube-27bc95867442c772841fb183a625bbda61dede51.zip |
Bidi support
Diffstat (limited to 'client/src/app/+my-library/my-ownership')
-rw-r--r-- | client/src/app/+my-library/my-ownership/my-ownership.component.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/src/app/+my-library/my-ownership/my-ownership.component.scss b/client/src/app/+my-library/my-ownership/my-ownership.component.scss index dfc8fc99e..62763045d 100644 --- a/client/src/app/+my-library/my-ownership/my-ownership.component.scss +++ b/client/src/app/+my-library/my-ownership/my-ownership.component.scss | |||
@@ -16,10 +16,10 @@ | |||
16 | $image-height: 45px; | 16 | $image-height: 45px; |
17 | 17 | ||
18 | @include miniature-thumbnail; | 18 | @include miniature-thumbnail; |
19 | @include margin-right(0.5rem); | ||
19 | 20 | ||
20 | height: $image-height; | 21 | height: $image-height; |
21 | width: #{(16/9) * $image-height}; | 22 | width: #{(16/9) * $image-height}; |
22 | margin-right: 0.5rem; | ||
23 | border-radius: 2px; | 23 | border-radius: 2px; |
24 | border: 0; | 24 | border: 0; |
25 | background: transparent; | 25 | background: transparent; |
@@ -59,9 +59,10 @@ | |||
59 | line-height: 1rem; | 59 | line-height: 1rem; |
60 | 60 | ||
61 | div .glyphicon { | 61 | div .glyphicon { |
62 | @include margin-left(0.1rem); | ||
63 | |||
62 | font-size: 80%; | 64 | font-size: 80%; |
63 | color: #808080; | 65 | color: #808080; |
64 | margin-left: 0.1rem; | ||
65 | } | 66 | } |
66 | 67 | ||
67 | div + div { | 68 | div + div { |