mirror of
https://github.com/zadam/trilium.git
synced 2026-03-22 20:01:42 +01:00
feat(mobile/tab_switcher): improve display of content widget & search
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user