diff options
| author | Dym Sohin <re@dym.sh> | 2020-09-29 13:20:16 +0200 |
|---|---|---|
| committer | Dym Sohin <re@dym.sh> | 2020-09-29 13:20:16 +0200 |
| commit | c17012cfe19ecab7efc27a54c90c4369c36de343 (patch) | |
| tree | 8e802faa50df7e7c7a191fc781170a84b8ea3727 /src | |
| parent | 1675f1a133934956a39ca4ade99b809789bb84a2 (diff) | |
fix appended 0.65em on wrong line
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/timeline_menu/timeline_menu.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/timeline_menu/timeline_menu.vue b/src/components/timeline_menu/timeline_menu.vue index 481b1d09..b7e5f2da 100644 --- a/src/components/timeline_menu/timeline_menu.vue +++ b/src/components/timeline_menu/timeline_menu.vue @@ -64,7 +64,7 @@ .timeline-menu-popover-wrap { overflow: hidden; // Match panel heading padding to line up menu with bottom of heading - margin-top: 0.6rem 0.65em; + margin-top: 0.6rem; padding: 0 15px 15px 15px; } .timeline-menu-popover { @@ -142,7 +142,7 @@ a { display: block; - padding: 0.6em 0; + padding: 0.6em 0.65em; &:hover { background-color: $fallback--lightBg; @@ -172,7 +172,7 @@ } i { - margin: 0 0.5em; + margin-right: 0.5em; } } } |
