fix: graph tab breaks out of max-w-7xl container for full-width layout

This commit is contained in:
Viktor Barzin 2026-03-23 00:03:21 +02:00
parent 44338d0eff
commit e8ae2b50ea
No known key found for this signature in database
GPG key ID: 0EB088298288D958

View file

@ -468,7 +468,7 @@
</div>
<!-- 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">
<template x-for="cat in categories" :key="cat">
<label class="flex items-center gap-1 text-sm cursor-pointer" style="color: var(--text-secondary)">