mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 09:15:44 +03:00
fix(web): asset-grid padding/margin left fix (#8125)
use media query for grid padding/margin size
This commit is contained in:
@@ -30,6 +30,9 @@ module.exports = {
|
||||
spacing: {
|
||||
18: '4.5rem',
|
||||
},
|
||||
screens: {
|
||||
tall: { raw: '(min-height: 800px)' },
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user