diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-15 15:31:03 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-15 15:31:03 +0200 |
commit | 205e4f56f3da1f787f1bc2cdfcc39948a99a16b1 (patch) | |
tree | 5bb1b37b2ec1a55f61247b83e1a8593c06804e2a /client/src/app/shared/shared-main/feeds | |
parent | f6500729850549e632399155d0f3b69822e28b16 (diff) | |
download | PeerTube-205e4f56f3da1f787f1bc2cdfcc39948a99a16b1.tar.gz PeerTube-205e4f56f3da1f787f1bc2cdfcc39948a99a16b1.tar.zst PeerTube-205e4f56f3da1f787f1bc2cdfcc39948a99a16b1.zip |
Refactor feed component
Diffstat (limited to 'client/src/app/shared/shared-main/feeds')
-rw-r--r-- | client/src/app/shared/shared-main/feeds/feed.component.scss | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/client/src/app/shared/shared-main/feeds/feed.component.scss b/client/src/app/shared/shared-main/feeds/feed.component.scss index 333d59440..b655ee708 100644 --- a/client/src/app/shared/shared-main/feeds/feed.component.scss +++ b/client/src/app/shared/shared-main/feeds/feed.component.scss | |||
@@ -2,19 +2,17 @@ | |||
2 | @import '_mixins'; | 2 | @import '_mixins'; |
3 | 3 | ||
4 | .feed { | 4 | .feed { |
5 | width: min-content; | 5 | width: 100%; |
6 | 6 | ||
7 | a { | 7 | a { |
8 | color: black; | 8 | color: black; |
9 | display: block; | 9 | display: block; |
10 | } | 10 | } |
11 | } | ||
11 | 12 | ||
12 | my-global-icon { | 13 | my-global-icon { |
13 | cursor: pointer; | 14 | cursor: pointer; |
14 | width: 12px; | 15 | width: 100%; |
15 | position: relative; | ||
16 | top: -2px; | ||
17 | 16 | ||
18 | @include apply-svg-color(pvar(--mainForegroundColor)) | 17 | @include apply-svg-color(pvar(--mainForegroundColor)) |
19 | } | ||
20 | } | 18 | } |