aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline_menu/timeline_menu.vue
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2020-09-30 06:59:09 +0000
committerShpuld Shpludson <shp@cock.li>2020-09-30 06:59:09 +0000
commit68c2a5b18f887f3db2f5685953bc5175aaaabbd3 (patch)
tree75af488278e7d3c91127415efc8490b970e9fc1c /src/components/timeline_menu/timeline_menu.vue
parent91778a02766602b81ec8737282495aa4b5294d19 (diff)
parentc17012cfe19ecab7efc27a54c90c4369c36de343 (diff)
Merge branch 'fix/excessive-underline-in-sidebar' into 'develop'
fix excessive underline in sidebar See merge request pleroma/pleroma-fe!1238
Diffstat (limited to 'src/components/timeline_menu/timeline_menu.vue')
-rw-r--r--src/components/timeline_menu/timeline_menu.vue10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/components/timeline_menu/timeline_menu.vue b/src/components/timeline_menu/timeline_menu.vue
index be512d60..b7e5f2da 100644
--- a/src/components/timeline_menu/timeline_menu.vue
+++ b/src/components/timeline_menu/timeline_menu.vue
@@ -138,15 +138,11 @@
&:last-child {
border: none;
}
-
- i {
- margin: 0 0.5em;
- }
}
a {
display: block;
- padding: 0.6em 0;
+ padding: 0.6em 0.65em;
&:hover {
background-color: $fallback--lightBg;
@@ -174,6 +170,10 @@
text-decoration: underline;
}
}
+
+ i {
+ margin-right: 0.5em;
+ }
}
}