mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): layout spacing when zooming (#2452)
This commit is contained in:
parent
308c63df16
commit
115a47d4c6
6 changed files with 20 additions and 7 deletions
|
|
@ -1,3 +1,4 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ['./src/**/*.{html,js,svelte,ts}'],
|
||||
darkMode: 'class',
|
||||
|
|
@ -18,6 +19,9 @@ module.exports = {
|
|||
},
|
||||
fontFamily: {
|
||||
'immich-title': ['Snowburst One', 'cursive']
|
||||
},
|
||||
spacing: {
|
||||
18: '4.5rem'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue