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

fix(deps): prettier 3 (#5336)

This commit is contained in:
Jason Rasmussen
2023-11-27 11:42:04 -05:00
committed by GitHub
parent 87871e4df9
commit 3992119e32
11 changed files with 42 additions and 35 deletions

View File

@ -275,6 +275,8 @@
<style>
.main-view {
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3), 0 8px 12px 6px rgba(0, 0, 0, 0.15);
box-shadow:
0 4px 4px 0 rgba(0, 0, 0, 0.3),
0 8px 12px 6px rgba(0, 0, 0, 0.15);
}
</style>