feat: add "Direct Messages" state to navbar
This commit is contained in:
parent
28f5e8dc27
commit
89150a6cc6
2 changed files with 18 additions and 3 deletions
|
@ -9,11 +9,9 @@
|
|||
<div id="navbar-middle">
|
||||
<NuxtImg v-if="props.contextIcon"
|
||||
class="context-icon"
|
||||
:alt="props.contextName"
|
||||
:src="props.contextIcon" />
|
||||
<DefaultIcon v-else-if="props.contextName && props.guildUuid"
|
||||
class="context-icon"
|
||||
:alt="props.contextName"
|
||||
:name="props.contextName" :seed="props.guildUuid"/>
|
||||
|
||||
<div class="context-title">
|
||||
|
@ -97,7 +95,7 @@ const props = defineProps<NavbarInterface>();
|
|||
|
||||
font-weight: 500;
|
||||
font-size: calc(var(--navbar-height) * .5);
|
||||
line-height: calc(var(--navbar-height) * .9);
|
||||
line-height: var(--navbar-height);
|
||||
}
|
||||
|
||||
.navbar-item {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue