summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJonas Sulzer <jonas@violoncello.ch>2019-04-23 20:59:50 +0200
committerMaxence Lange <maxence@artificial-owl.com>2019-05-03 16:31:15 -0100
commit717acf0a818219218d0cb5cc56f57014af605a83 (patch)
tree3bf4eaf6be204fd9ca3690def41830b5718fb71f /src
parentd9c37be5eca33d8f0859b913403fd6b3ffe742be (diff)
👌 IMPROVE: use white icon on blue background to indicate a boosted post
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Diffstat (limited to 'src')
-rw-r--r--src/components/TimelineEntry.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/TimelineEntry.vue b/src/components/TimelineEntry.vue
index 5f9f7f4a..4e0222a5 100644
--- a/src/components/TimelineEntry.vue
+++ b/src/components/TimelineEntry.vue
@@ -199,6 +199,10 @@ export default {
opacity: 1;
}
}
+ .icon-boosted {
+ border-radius: var(--border-radius-pill);
+ background-color: #0082c9;
+ }
}
span {