aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline_menu
diff options
context:
space:
mode:
authorDym Sohin <re@dym.sh>2020-09-29 13:13:42 +0200
committerDym Sohin <re@dym.sh>2020-09-29 13:13:42 +0200
commit1675f1a133934956a39ca4ade99b809789bb84a2 (patch)
treefcba3ad0fd128c04725dd0385469ddf37d62fa7e /src/components/timeline_menu
parentf9977dbb3c9b316521b6be40ddd1a34411f2d835 (diff)
scoped back margin-right on icons
Diffstat (limited to 'src/components/timeline_menu')
-rw-r--r--src/components/timeline_menu/timeline_menu.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/timeline_menu/timeline_menu.vue b/src/components/timeline_menu/timeline_menu.vue
index 3c029093..481b1d09 100644
--- a/src/components/timeline_menu/timeline_menu.vue
+++ b/src/components/timeline_menu/timeline_menu.vue
@@ -170,6 +170,10 @@
text-decoration: underline;
}
}
+
+ i {
+ margin: 0 0.5em;
+ }
}
}