aboutsummaryrefslogtreecommitdiff
path: root/src/components
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
parentf9977dbb3c9b316521b6be40ddd1a34411f2d835 (diff)
scoped back margin-right on icons
Diffstat (limited to 'src/components')
-rw-r--r--src/components/nav_panel/nav_panel.vue4
-rw-r--r--src/components/timeline_menu/timeline_menu.vue4
2 files changed, 8 insertions, 0 deletions
diff --git a/src/components/nav_panel/nav_panel.vue b/src/components/nav_panel/nav_panel.vue
index 080e547f..4f944c95 100644
--- a/src/components/nav_panel/nav_panel.vue
+++ b/src/components/nav_panel/nav_panel.vue
@@ -125,6 +125,10 @@
}
}
+.nav-panel .button-icon {
+ margin-right: 0.5em;
+}
+
.nav-panel .button-icon:before {
width: 1.1em;
}
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;
+ }
}
}