mirror of
https://github.com/immich-app/immich.git
synced 2024-12-25 10:43:13 +02:00
fix(web): small gap in navbar (#2175)
This commit is contained in:
parent
e32b6c98df
commit
5d21dc95ea
@ -38,12 +38,9 @@
|
||||
};
|
||||
</script>
|
||||
|
||||
<section
|
||||
id="dashboard-navbar"
|
||||
class="fixed h-[4.25rem] w-screen z-[900] bg-immich-bg dark:bg-immich-dark-bg text-sm"
|
||||
>
|
||||
<section id="dashboard-navbar" class="fixed h-[4.25rem] w-screen z-[900] text-sm">
|
||||
<div
|
||||
class="grid grid-cols-[250px_auto] border-b dark:border-b-immich-dark-gray items-center py-2"
|
||||
class="grid grid-cols-[250px_auto] border-b dark:border-b-immich-dark-gray items-center py-2 bg-immich-bg dark:bg-immich-dark-bg"
|
||||
>
|
||||
<a
|
||||
data-sveltekit-preload-data="hover"
|
||||
|
Loading…
Reference in New Issue
Block a user