Fix toolbar positioning - use valid Tailwind class top-32 instead of undefined top-34
This commit is contained in:
@@ -351,7 +351,7 @@ const client_manifest = {
|
||||
"module": true,
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"file": "DvC-R1F_.js",
|
||||
"file": "sQnN2R4D.js",
|
||||
"name": "entry",
|
||||
"src": "node_modules/nuxt/dist/app/entry.js",
|
||||
"isEntry": true,
|
||||
@@ -361,14 +361,14 @@ const client_manifest = {
|
||||
"node_modules/nuxt/dist/app/components/error-500.vue"
|
||||
],
|
||||
"css": [
|
||||
"entry.BZBS_tq8.css"
|
||||
"entry.DwDnpgEj.css"
|
||||
],
|
||||
"assets": [
|
||||
"Harheimer TC.CKfYAfp1.svg"
|
||||
]
|
||||
},
|
||||
"entry.BZBS_tq8.css": {
|
||||
"file": "entry.BZBS_tq8.css",
|
||||
"entry.DwDnpgEj.css": {
|
||||
"file": "entry.DwDnpgEj.css",
|
||||
"resourceType": "style",
|
||||
"prefetch": true,
|
||||
"preload": true
|
||||
@@ -436,7 +436,7 @@ const client_manifest = {
|
||||
"module": true,
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"file": "41rT2RzA.js",
|
||||
"file": "Znm6ALhE.js",
|
||||
"name": "geschichte",
|
||||
"src": "pages/cms/geschichte.vue",
|
||||
"isDynamicEntry": true,
|
||||
@@ -500,7 +500,7 @@ const client_manifest = {
|
||||
"module": true,
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"file": "CTGMLTrh.js",
|
||||
"file": "BkZ8NLOi.js",
|
||||
"name": "tt-regeln",
|
||||
"src": "pages/cms/tt-regeln.vue",
|
||||
"isDynamicEntry": true,
|
||||
@@ -514,7 +514,7 @@ const client_manifest = {
|
||||
"module": true,
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"file": "BBYInYKd.js",
|
||||
"file": "Xzu6Vz__.js",
|
||||
"name": "ueber-uns",
|
||||
"src": "pages/cms/ueber-uns.vue",
|
||||
"isDynamicEntry": true,
|
||||
|
||||
@@ -521,19 +521,19 @@ const _routes = [
|
||||
name: "cms-tt-regeln",
|
||||
path: "/cms/tt-regeln",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import('./tt-regeln-CdRrwK0X.mjs')
|
||||
component: () => import('./tt-regeln-DsLQJ8Yi.mjs')
|
||||
},
|
||||
{
|
||||
name: "cms-ueber-uns",
|
||||
path: "/cms/ueber-uns",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import('./ueber-uns-CN9o5wou.mjs')
|
||||
component: () => import('./ueber-uns-BRxbFITH.mjs')
|
||||
},
|
||||
{
|
||||
name: "cms-geschichte",
|
||||
path: "/cms/geschichte",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import('./geschichte-BJ4k9QwE.mjs')
|
||||
component: () => import('./geschichte-Bh1r11ZR.mjs')
|
||||
},
|
||||
{
|
||||
name: "mitgliedschaft",
|
||||
|
||||
@@ -2,12 +2,12 @@ const interopDefault = r => r.default || r || [];
|
||||
const styles = {
|
||||
"node_modules/nuxt/dist/app/components/error-404.vue": () => import('./error-404-styles.BsF5Lbhq.mjs').then(interopDefault),
|
||||
"node_modules/nuxt/dist/app/components/error-500.vue": () => import('./error-500-styles.Dccc6iq5.mjs').then(interopDefault),
|
||||
"node_modules/nuxt/dist/app/components/error-404.vue?vue&type=style&index=0&scoped=b728498f&lang.css": () => import('./error-404-styles.BsF5Lbhq.mjs').then(interopDefault),
|
||||
"node_modules/nuxt/dist/app/components/error-500.vue?vue&type=style&index=0&scoped=70d84538&lang.css": () => import('./error-500-styles.Dccc6iq5.mjs').then(interopDefault),
|
||||
"components/Hero.vue": () => import('./Hero-styles.03iOjY05.mjs').then(interopDefault),
|
||||
"components/PublicNews.vue": () => import('./PublicNews-styles.nhqk16g5.mjs').then(interopDefault),
|
||||
"components/Hero.vue?vue&type=style&index=0&scoped=779d39d7&lang.css": () => import('./Hero-styles.03iOjY05.mjs').then(interopDefault),
|
||||
"components/PublicNews.vue?vue&type=style&index=0&scoped=f894f108&lang.css": () => import('./PublicNews-styles.nhqk16g5.mjs').then(interopDefault)
|
||||
"components/PublicNews.vue?vue&type=style&index=0&scoped=f894f108&lang.css": () => import('./PublicNews-styles.nhqk16g5.mjs').then(interopDefault),
|
||||
"node_modules/nuxt/dist/app/components/error-404.vue?vue&type=style&index=0&scoped=b728498f&lang.css": () => import('./error-404-styles.BsF5Lbhq.mjs').then(interopDefault),
|
||||
"node_modules/nuxt/dist/app/components/error-500.vue?vue&type=style&index=0&scoped=70d84538&lang.css": () => import('./error-500-styles.Dccc6iq5.mjs').then(interopDefault)
|
||||
};
|
||||
|
||||
export { styles as default };
|
||||
|
||||
Reference in New Issue
Block a user