mirror of
https://github.com/zadam/trilium.git
synced 2026-02-20 20:54:26 +01:00
feat(mobile): improve empty tab workspace switcher
This commit is contained in:
parent
78f4928611
commit
2e6290c514
@ -26,10 +26,22 @@ body.desktop {
|
||||
}
|
||||
|
||||
.workspace-notes .workspace-note {
|
||||
width: 130px;
|
||||
text-align: center;
|
||||
margin: 10px;
|
||||
border: 1px transparent solid;
|
||||
|
||||
.workspace-icon {
|
||||
text-align: center;
|
||||
font-size: 250%;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
width: 130px;
|
||||
|
||||
.workspace-icon {
|
||||
font-size: 500%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.workspace-notes .workspace-note:hover {
|
||||
@ -57,8 +69,3 @@ body.desktop {
|
||||
.empty-tab-search .input-clearer-button {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.workspace-icon {
|
||||
text-align: center;
|
||||
font-size: 500%;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user