logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 8b957fb85e6668d9c1cf771c788bb619f5cedf93
parent cf9957c7332f30db12fce8a2b1d21d9ba508537b
Author: Henry Jameson <me@hjkos.com>
Date:   Sun,  9 Oct 2022 19:04:45 +0300

fix chevrons alignment

Diffstat:

Msrc/components/nav_panel/nav_panel.vue9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/components/nav_panel/nav_panel.vue b/src/components/nav_panel/nav_panel.vue @@ -12,7 +12,7 @@ @click="toggleCollapse" > <FAIcon - class="timelines-chevron" + class="navigation-chevron" fixed-width :icon="collapsed ? 'chevron-down' : 'chevron-up'" /> @@ -143,12 +143,17 @@ border: none; } - .timelines-chevron { + .navigation-chevron { margin-left: 0.8em; margin-right: 0.8em; font-size: 1.1em; } + .timelines-chevron { + margin-left: 0.8em; + font-size: 1.1em; + } + .timelines-background { padding: 0 0 0 0.6em; background-color: $fallback--lightBg;