Fix alignment
This commit is contained in:
parent
b67adc8a4e
commit
46e22195c1
@ -12,14 +12,16 @@
|
||||
<span class="guild-name">
|
||||
{guild.name}
|
||||
</span>
|
||||
<span class="no-permission" class:disabled={guild.permission_level > 0}>
|
||||
No permission
|
||||
<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">
|
||||
<i class="fas fa-circle-question form-label tooltip-icon"></i>
|
||||
</a>
|
||||
</Tooltip>
|
||||
</span>
|
||||
{#if guild.permission_level === 0}
|
||||
<span class="no-permission">
|
||||
No permission
|
||||
<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">
|
||||
<i class="fas fa-circle-question form-label tooltip-icon"></i>
|
||||
</a>
|
||||
</Tooltip>
|
||||
</span>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -124,8 +126,4 @@
|
||||
.text-wrapper > .no-permission {
|
||||
opacity: 75%;
|
||||
}
|
||||
|
||||
.text-wrapper > .no-permission.disabled {
|
||||
visibility: hidden;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user