Fix alignment
This commit is contained in:
parent
b67adc8a4e
commit
46e22195c1
@ -12,7 +12,8 @@
|
|||||||
<span class="guild-name">
|
<span class="guild-name">
|
||||||
{guild.name}
|
{guild.name}
|
||||||
</span>
|
</span>
|
||||||
<span class="no-permission" class:disabled={guild.permission_level > 0}>
|
{#if guild.permission_level === 0}
|
||||||
|
<span class="no-permission">
|
||||||
No permission
|
No permission
|
||||||
<Tooltip tip="You do not have permission to manage this server." top color="#121212">
|
<Tooltip tip="You do not have permission to manage this server." top color="#121212">
|
||||||
<a href="https://docs.ticketsbot.net/miscellaneous/dashboard-no-permission" target="_blank">
|
<a href="https://docs.ticketsbot.net/miscellaneous/dashboard-no-permission" target="_blank">
|
||||||
@ -20,6 +21,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</span>
|
</span>
|
||||||
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -124,8 +126,4 @@
|
|||||||
.text-wrapper > .no-permission {
|
.text-wrapper > .no-permission {
|
||||||
opacity: 75%;
|
opacity: 75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-wrapper > .no-permission.disabled {
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user