diff --git a/docs/dev/ui_style_guide.rst b/docs/dev/ui_style_guide.rst index ca43d7bb2f..f132d6e474 100644 --- a/docs/dev/ui_style_guide.rst +++ b/docs/dev/ui_style_guide.rst @@ -8,7 +8,7 @@ Tray Plugins In order to be consistent with layout, styling, and spacing, UI development on plugins should try to adhere to the following principles: -* Any tray plugin should utilize ```` as the +* Any tray plugin should utilize ```` as the outer-container (which provides consistent styling rules). Any changes to style across all plugins should then take place in the ``j-tray-plugin`` stylesheet (``jdaviz/components/tray_plugin.vue``). diff --git a/jdaviz/components/tray_plugin.vue b/jdaviz/components/tray_plugin.vue index 63ecf2b530..228b65a0fb 100644 --- a/jdaviz/components/tray_plugin.vue +++ b/jdaviz/components/tray_plugin.vue @@ -1,26 +1,42 @@