feat(mobile/tab_switcher):

This commit is contained in:
Elian Doran 2026-01-31 16:27:35 +02:00
parent 3367bb2e5b
commit 1aae4098d6
No known key found for this signature in database
2 changed files with 7 additions and 4 deletions

View File

@ -23,6 +23,13 @@
overflow: hidden;
font-size: 0.5em;
padding: 1em;
p { margin-bottom: 0.2em;}
h2 { font-size: 1.20em; }
h3 { font-size: 1.15em; }
h4 { font-size: 1.10em; }
h5 { font-size: 1.05em}
h6 { font-size: 1em; }
}
}
}

View File

@ -45,10 +45,6 @@ function TabBarModal({ shown, setShown }: {
function TabBarModelContent() {
const mainNoteContexts = useMainNoteContexts();
useTriliumEvent("contextsReopened", () => {
console.log("Reopened contexts");
});
return (
<div className="tabs">
{mainNoteContexts.map((noteContext) => (