Improve layout for basic icons
This commit is contained in:
parent
43e10289c9
commit
20e7cdc5db
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
</script>
|
||||
|
||||
<div
|
||||
class="p-4 cursor-pointer text-align"
|
||||
class="p-2 cursor-pointer text-center text-3xl text-gray-300"
|
||||
>
|
||||
{icon}
|
||||
</div>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
</script>
|
||||
|
||||
<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 }}
|
||||
<Icon
|
||||
icon={icon}
|
||||
|
|
Loading…
Reference in a new issue