Fix toolbar positioning - move toolbar to top-34 to match content padding

This commit is contained in:
Torsten Schulz (local)
2025-10-22 12:43:19 +02:00
parent 761df54152
commit 05223fa624
10 changed files with 577 additions and 577 deletions

View File

@@ -351,7 +351,7 @@ const client_manifest = {
"module": true,
"prefetch": true,
"preload": true,
"file": "DspzbkvX.js",
"file": "CHyGUty0.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.aTa68lPn.css"
"entry.COr8AU2h.css"
],
"assets": [
"Harheimer TC.CKfYAfp1.svg"
]
},
"entry.aTa68lPn.css": {
"file": "entry.aTa68lPn.css",
"entry.COr8AU2h.css": {
"file": "entry.COr8AU2h.css",
"resourceType": "style",
"prefetch": true,
"preload": true
@@ -436,7 +436,7 @@ const client_manifest = {
"module": true,
"prefetch": true,
"preload": true,
"file": "CuG2mLXd.js",
"file": "AUGsdq6Q.js",
"name": "geschichte",
"src": "pages/cms/geschichte.vue",
"isDynamicEntry": true,
@@ -500,7 +500,7 @@ const client_manifest = {
"module": true,
"prefetch": true,
"preload": true,
"file": "B5wpJwdh.js",
"file": "DdLjYGR6.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": "DFAETKxB.js",
"file": "8G8ekUd_.js",
"name": "ueber-uns",
"src": "pages/cms/ueber-uns.vue",
"isDynamicEntry": true,

View File

@@ -521,19 +521,19 @@ const _routes = [
name: "cms-tt-regeln",
path: "/cms/tt-regeln",
meta: { "middleware": "auth" },
component: () => import('./tt-regeln-C1AGXAaQ.mjs')
component: () => import('./tt-regeln-BqemHd9A.mjs')
},
{
name: "cms-ueber-uns",
path: "/cms/ueber-uns",
meta: { "middleware": "auth" },
component: () => import('./ueber-uns-DfRc42dp.mjs')
component: () => import('./ueber-uns-C87f-tf_.mjs')
},
{
name: "cms-geschichte",
path: "/cms/geschichte",
meta: { "middleware": "auth" },
component: () => import('./geschichte-CdHrHtdp.mjs')
component: () => import('./geschichte-DnLvb8iW.mjs')
},
{
name: "mitgliedschaft",

View File

@@ -2,10 +2,10 @@ 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),
"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?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)
};

File diff suppressed because it is too large Load Diff

View File

@@ -272,7 +272,7 @@ async function renderInlineStyles(usedModules) {
const renderSSRHeadOptions = {"omitLineBreaks":true};
const entryFileName = "DspzbkvX.js";
const entryFileName = "CHyGUty0.js";
globalThis.__buildAssetsURL = buildAssetsURL;
globalThis.__publicAssetsURL = publicAssetsURL;