increase spacing of icons
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
FloatingGhost 2022-07-10 18:05:55 +01:00
parent 3dac486688
commit 67bc9e5ba3
2 changed files with 7 additions and 2 deletions

View file

@ -80,11 +80,16 @@
} }
.nav-icon { .nav-icon {
margin-left: 0.2em; margin-left: 1em;
width: 2em; width: 2em;
height: 100%; height: 100%;
font-size: 130%;
text-align: center; text-align: center;
&-logout {
margin-left: 2em;
}
.svg-inline--fa { .svg-inline--fa {
color: $fallback--link; color: $fallback--link;
color: var(--topBarLink, $fallback--link); color: var(--topBarLink, $fallback--link);

View file

@ -63,7 +63,7 @@
</a> </a>
<button <button
v-if="currentUser" v-if="currentUser"
class="button-unstyled nav-icon" class="button-unstyled nav-icon nav-icon-logout"
@click.prevent="logout" @click.prevent="logout"
> >
<FAIcon <FAIcon