diff options
| author | Dym Sohin <re@dym.sh> | 2020-09-19 21:28:03 +0200 |
|---|---|---|
| committer | Dym Sohin <re@dym.sh> | 2020-09-19 21:28:03 +0200 |
| commit | f9977dbb3c9b316521b6be40ddd1a34411f2d835 (patch) | |
| tree | 3dc5ad404e6d9e50cac48d696e34875729d99488 /src/components/timeline_menu/timeline_menu.vue | |
| parent | 0fee9a8fe71faed789589aae6ff1bf3434e01e93 (diff) | |
fix excessive underline in sidebar
Diffstat (limited to 'src/components/timeline_menu/timeline_menu.vue')
| -rw-r--r-- | src/components/timeline_menu/timeline_menu.vue | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/components/timeline_menu/timeline_menu.vue b/src/components/timeline_menu/timeline_menu.vue index be512d60..3c029093 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; + margin-top: 0.6rem 0.65em; padding: 0 15px 15px 15px; } .timeline-menu-popover { @@ -138,10 +138,6 @@ &:last-child { border: none; } - - i { - margin: 0 0.5em; - } } a { |
