style
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
<div
|
<div
|
||||||
data-tauri-drag-region
|
data-tauri-drag-region
|
||||||
class="h-12 bg-base-100 shadow-lg items-center justify-between flex"
|
class="h-12 bg-base-100 shadow-lg items-center justify-between flex px-2"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
on:click={theme.toggleTheme}
|
on:click={theme.toggleTheme}
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
<HeaderNav />
|
<HeaderNav />
|
||||||
|
|
||||||
<!-- TODO: Make a report for the on hover text effect being laggy -->
|
<!-- TODO: Make a report for the on hover text effect being laggy -->
|
||||||
<div class="flex [&>*]:px-2 h-full mr-2 [&>*]:transition-all">
|
<div class="flex [&>*]:px-2 h-full [&>*]:transition-all">
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="https://github.com/Fractal-Tess/Svelte-Tauri"
|
href="https://github.com/Fractal-Tess/Svelte-Tauri"
|
||||||
|
|||||||
Reference in New Issue
Block a user