Improve layout for basic icons
This commit is contained in:
parent
43e10289c9
commit
20e7cdc5db
@ -4,7 +4,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="p-4 cursor-pointer text-align"
|
class="p-2 cursor-pointer text-center text-3xl text-gray-300"
|
||||||
>
|
>
|
||||||
{icon}
|
{icon}
|
||||||
</div>
|
</div>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="flex flex-row w-14 bg-neutral-700">
|
<div class="flex flex-row w-14 bg-neutral-700">
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col w-14 shrink-0">
|
||||||
{#each icons as { id, icon, info }}
|
{#each icons as { id, icon, info }}
|
||||||
<Icon
|
<Icon
|
||||||
icon={icon}
|
icon={icon}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user