diff --git a/dashboard/src/index.js b/dashboard/src/index.js index ecf2841eb..5cb6bbec9 100644 --- a/dashboard/src/index.js +++ b/dashboard/src/index.js @@ -1,7 +1,5 @@ import { createApp } from 'vue'; -import './style.css'; - import '@fontsource/noto-sans'; import { tooltip, fallbackImage } from 'pankow'; @@ -9,6 +7,8 @@ import { tooltip, fallbackImage } from 'pankow'; import i18n from './i18n.js'; import Index from './components/Index.vue'; +import './style.css'; + (async function init() { const app = createApp(Index); diff --git a/dashboard/src/style.css b/dashboard/src/style.css index c99389868..fc704fa39 100644 --- a/dashboard/src/style.css +++ b/dashboard/src/style.css @@ -81,3 +81,7 @@ footer > .p { .slide-left-leave-to { opacity: 0; } + +.pankow-table-header-column { + border-bottom-color: transparent; +}