Added copy pastec

This commit is contained in:
Dieter Neumann
2026-02-24 14:43:32 +01:00
parent ad734273ce
commit ab255bfd36
76 changed files with 2 additions and 2 deletions

View File

@@ -6,5 +6,5 @@
} }
.header-brand-title { .header-brand-title {
max-width: 180px; max-width: 200px;
} }

View File

@@ -3,7 +3,7 @@ export default {
template: ` template: `
<div class="header-brand-root row items-center q-ml-md"> <div class="header-brand-root row items-center q-ml-md">
<q-toolbar-title class="header-brand-title text-weight-bold text-subtitle1 text-indigo-10 ellipsis"> <q-toolbar-title class="header-brand-title text-weight-bold text-subtitle1 text-indigo-10 ellipsis">
Hotline Planner (codex + AG) Hotline Planner (codex/AG)
</q-toolbar-title> </q-toolbar-title>
</div> </div>
` `