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:
JasBogans 2023-09-03 03:31:12 +02:00 committed by GitHub
parent f8ff342852
commit 4bd77d5899
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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'