mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 01:53:46 +09:00
fix(web): sidebar artifact when toggle themes (#3955)
* fix for sidebar artifact when clicking the toggle * Fix the delay in the search-bar * format --------- Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
<input
|
||||
type="text"
|
||||
name="q"
|
||||
class="w-full transition-all {grayTheme
|
||||
class="w-full {grayTheme
|
||||
? 'dark:bg-immich-dark-gray'
|
||||
: 'dark:bg-immich-dark-bg'} px-14 py-4 text-immich-fg/75 dark:text-immich-dark-fg {showBigSearchBar
|
||||
? 'rounded-t-3xl border border-gray-200 bg-white dark:border-gray-800'
|
||||
|
||||
Reference in New Issue
Block a user