mirror of
https://github.com/zadam/trilium.git
synced 2026-02-03 20:34:24 +01:00
feat(mobile/tab_switcher): improve display of content widget & search
This commit is contained in:
parent
bf0fc57493
commit
43f147ec60
@ -54,6 +54,15 @@
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
&.type-contentWidget,
|
||||
&.type-search {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 1.25em;
|
||||
color: var(--muted-text-color);
|
||||
}
|
||||
|
||||
p { margin-bottom: 0.2em;}
|
||||
h2 { font-size: 1.20em; }
|
||||
h3 { font-size: 1.15em; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user