feat(mobile): improve empty tab workspace switcher

This commit is contained in:
Elian Doran 2026-02-15 14:55:01 +02:00
parent 78f4928611
commit 2e6290c514
No known key found for this signature in database

View File

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