1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-08 06:23:00 +02:00

chore(web): sort tailwindcss class automatically ()

This commit is contained in:
Alex
2023-07-18 13:19:39 -05:00
committed by GitHub
parent f28fc8fa5c
commit 7316ad5a72
117 changed files with 638 additions and 555 deletions
web
package-lock.jsonpackage.json
src
app.css
lib
components
admin-page
album-page
asset-viewer
assets
elements
faces-page
forms
layouts
map-page
memory-page
photos-page
share-page
shared-components
sharedlinks-page
user-settings-page
routes

@ -13,6 +13,6 @@
});
</script>
<div class="absolute top-0 left-0 w-screen h-[3px] bg-white z-[999999999]">
<span class="absolute bg-immich-primary h-[3px]" style:width={`${$progress}%`} />
<div class="absolute left-0 top-0 z-[999999999] h-[3px] w-screen bg-white">
<span class="absolute h-[3px] bg-immich-primary" style:width={`${$progress}%`} />
</div>