aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/feeds/feed.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-main/feeds/feed.component.scss')
-rw-r--r--client/src/app/shared/shared-main/feeds/feed.component.scss14
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 { 13my-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}