Browse Source

use same sizing for timeline dropdown as in the main nav

Henry Jameson 2 years ago
parent
commit
00ded9523f
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/components/timeline_menu/timeline_menu.vue

+ 3 - 1
src/components/timeline_menu/timeline_menu.vue

@@ -118,7 +118,9 @@
 
   a {
     display: block;
-    padding: 0.6em 0.65em;
+    padding: 0 0.65em;
+    height: 3.5em;
+    line-height: 3.5em;
 
     &:hover {
       background-color: $fallback--lightBg;