mirror of
https://github.com/zadam/trilium.git
synced 2026-02-11 00:04:27 +01:00
feat(mobile/tab_switcher):
This commit is contained in:
parent
3367bb2e5b
commit
1aae4098d6
@ -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; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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) => (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user