diff options
| author | Dym Sohin <re@dym.sh> | 2020-09-29 13:13:42 +0200 |
|---|---|---|
| committer | Dym Sohin <re@dym.sh> | 2020-09-29 13:13:42 +0200 |
| commit | 1675f1a133934956a39ca4ade99b809789bb84a2 (patch) | |
| tree | fcba3ad0fd128c04725dd0385469ddf37d62fa7e /src | |
| parent | f9977dbb3c9b316521b6be40ddd1a34411f2d835 (diff) | |
scoped back margin-right on icons
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.scss | 1 | ||||
| -rw-r--r-- | src/components/nav_panel/nav_panel.vue | 4 | ||||
| -rw-r--r-- | src/components/timeline_menu/timeline_menu.vue | 4 |
3 files changed, 8 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss index 8b1bbd2d..e2e2d079 100644 --- a/src/App.scss +++ b/src/App.scss @@ -809,7 +809,6 @@ nav { .button-icon { font-size: 1.2em; - margin-right: 0.5em; } @keyframes shakeError { 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; + } } } |
