0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/apps/admin-x-settings/src
Ronald Langeveld c64c0c2123
🐛 Fixed Portal icon misaligned in Preview (#19723)
no issue

- because we use hidden here, it prevents the Portal iFrame from
calculating the width and position correctly on the initial load.
- Changing it to `invisible` conditionally allows it to do the calculation correctly.
- Also had to reposition the loading indicator.
2024-02-21 13:22:49 +02:00
..
assets Update migration in settings (#19278) 2023-12-13 16:25:29 +01:00
components 🐛 Fixed Portal icon misaligned in Preview (#19723) 2024-02-21 13:22:49 +02:00
hooks Added "No search result" screen to Settings (#19672) 2024-02-08 08:32:40 +01:00
styles Update migration in settings (#19278) 2023-12-13 16:25:29 +01:00
unsplash Cleaned up Unsplash component in Admin (#18603) 2023-10-13 14:15:14 +07:00
utils Added "No search result" screen to Settings (#19672) 2024-02-08 08:32:40 +01:00
App.tsx Fixed provider ordering to prevent bugs loading modals on refresh (#19089) 2023-11-22 07:51:10 +00:00
index.tsx
main.tsx Update migration in settings (#19278) 2023-12-13 16:25:29 +01:00
MainContent.tsx Added "No search result" screen to Settings (#19672) 2024-02-08 08:32:40 +01:00
typings.d.ts Updated timezone-data and color-utils to use built in type definitions (#18795) 2023-10-30 16:40:54 +00:00
vite-env.d.ts