forked from AkkomaGang/akkoma-fe
Reviewed-on: AkkomaGang/pleroma-fe#31
This commit is contained in:
commit
7d377b8e88
2 changed files with 7 additions and 2 deletions
|
@ -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);
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue