Browse Source

use same sizing for timeline dropdown as in the main nav

Henry Jameson 2 năm trước cách đây
mục cha
commit
00ded9523f
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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;