mirror of
https://github.com/zadam/trilium.git
synced 2026-07-10 17:33:58 +02:00
chore(mobile/tab_switcher): improve layout on tablet view
This commit is contained in:
@@ -22,6 +22,10 @@
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 1em;
|
||||
|
||||
@media (min-width: 850px) {
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
}
|
||||
|
||||
.tab-card {
|
||||
background: var(--card-background-color);
|
||||
border-radius: 1em;
|
||||
|
||||
Reference in New Issue
Block a user