feat(mobile/tab_switcher): improve display of content widget & search

This commit is contained in:
Elian Doran 2026-01-31 17:31:30 +02:00
parent bf0fc57493
commit 43f147ec60
No known key found for this signature in database

View File

@ -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; }