fix: graph tab breaks out of max-w-7xl container for full-width layout
This commit is contained in:
parent
44338d0eff
commit
e8ae2b50ea
1 changed files with 1 additions and 1 deletions
|
|
@ -468,7 +468,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Tab: Graph -->
|
<!-- Tab: Graph -->
|
||||||
<div x-show="$store.app.activeTab === 'graph'" x-data="graphComponent()" x-init="$watch('$store.app.activeTab', v => { if (v === 'graph') { if (memories.length === 0) init(); else setTimeout(() => render(), 100); } })">
|
<div x-show="$store.app.activeTab === 'graph'" x-data="graphComponent()" x-init="$watch('$store.app.activeTab', v => { if (v === 'graph') { if (memories.length === 0) init(); else setTimeout(() => render(), 100); } })" style="margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); width: 100vw; padding: 0 1rem;">
|
||||||
<div class="flex flex-wrap gap-2 mb-4">
|
<div class="flex flex-wrap gap-2 mb-4">
|
||||||
<template x-for="cat in categories" :key="cat">
|
<template x-for="cat in categories" :key="cat">
|
||||||
<label class="flex items-center gap-1 text-sm cursor-pointer" style="color: var(--text-secondary)">
|
<label class="flex items-center gap-1 text-sm cursor-pointer" style="color: var(--text-secondary)">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue