From a27ea99ff3ae7898c4e2cac394a45d95b2c6b3c9 Mon Sep 17 00:00:00 2001 From: Jonas Sulzer Date: Tue, 23 Apr 2019 12:03:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20NEW:=20different=20icon=20if=20p?= =?UTF-8?q?ost=20is=20boosted?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Sulzer --- css/style.scss | 1 + img/boosted.svg | 5 +++++ src/components/TimelineEntry.vue | 4 +++- 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 img/boosted.svg diff --git a/css/style.scss b/css/style.scss index 00394985..1af3588d 100644 --- a/css/style.scss +++ b/css/style.scss @@ -1,3 +1,4 @@ @include icon-black-white('reply', 'social', 1); @include icon-black-white('boost', 'social', 1); +@include icon-black-white('boosted', 'social', 1); @include icon-black-white('emoji', 'social', 1); diff --git a/img/boosted.svg b/img/boosted.svg new file mode 100644 index 00000000..7472386b --- /dev/null +++ b/img/boosted.svg @@ -0,0 +1,5 @@ + + + + diff --git a/src/components/TimelineEntry.vue b/src/components/TimelineEntry.vue index 2adbd272..38bd8a70 100644 --- a/src/components/TimelineEntry.vue +++ b/src/components/TimelineEntry.vue @@ -27,7 +27,8 @@
-
@@ -176,6 +177,7 @@ export default { } .icon-reply, .icon-boost, + .icon-boosted, .icon-more { display: inline-block; width: 44px;