Context
Studio name: Xilam
Kitsu version: 1.0.46
Production type: self-hosted, docker
Describe the bug
When creating a frontend plugin of type “project” (frontend_project_enabled = true), the embedding of the plugin interface inside the Kitsu interface via an iframe seems to be vertically misaligned: the iframe starts partially underneath the Kitsu navbar and ends before reaching the bottom of the page.
Adding a 20 px padding makes the plugin interface start just below the navbar, but it does not restore the missing part at the bottom of the page, which leaves a white strip at the bottom.
The plugin consists of a very standard Vue.js project, built and placed in the plugin’s frontend/dist folder.
Please note that the issue does not occur with frontend plugins of type “studio” (frontend_studio_enabled = true), even when using the same content in the plugin.
Screenshots
Desktop
- OS: Windows 11
- Browser : chrome, edge, firefox
- Version: all
Context
Studio name: Xilam
Kitsu version: 1.0.46
Production type: self-hosted, docker
Describe the bug
When creating a frontend plugin of type “project” (
frontend_project_enabled = true), the embedding of the plugin interface inside the Kitsu interface via an iframe seems to be vertically misaligned: the iframe starts partially underneath the Kitsu navbar and ends before reaching the bottom of the page.Adding a 20 px padding makes the plugin interface start just below the navbar, but it does not restore the missing part at the bottom of the page, which leaves a white strip at the bottom.
The plugin consists of a very standard Vue.js project, built and placed in the plugin’s
frontend/distfolder.Please note that the issue does not occur with frontend plugins of type “studio” (
frontend_studio_enabled = true), even when using the same content in the plugin.Screenshots
Desktop