mirror of
https://github.com/immich-app/immich.git
synced 2025-11-23 16:50:54 +09:00
fix(web): Remove excess spacing on #asset-grid and search bar (#7910)
* fix(web): Remove excess left-margin on #asset-grid * fix(web): Remove excess left-padding on search bar --------- Co-authored-by: natedawg <nate@natedawg.net>
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
</h1>
|
||||
</a>
|
||||
<div class="flex justify-between gap-16 pr-6">
|
||||
<div class="hidden w-full max-w-5xl flex-1 pl-4 sm:block">
|
||||
<div class="hidden w-full max-w-5xl flex-1 sm:block">
|
||||
{#if $featureFlags.search}
|
||||
<SearchBar grayTheme={true} />
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user