mirror of
https://github.com/appwrite/console.git
synced 2026-04-07 19:17:46 +00:00
fix: arrow alignment on mobile.
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
<span
|
||||
class:icon-cheveron-up={show}
|
||||
class:icon-cheveron-down={!show}
|
||||
class="u-position-absolute u-inset-inline-end-12"
|
||||
class="chevron-icon u-position-absolute u-inset-inline-end-12"
|
||||
aria-hidden="true"></span>
|
||||
</button>
|
||||
|
||||
@@ -86,3 +86,11 @@
|
||||
{/each}
|
||||
</svelte:fragment>
|
||||
</DropList>
|
||||
|
||||
<style>
|
||||
@media (max-width: 768px) {
|
||||
.chevron-icon {
|
||||
inset-block-start: 0.25rem !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user