From 2e6290c514f5b3d00640fc6a82bb63846d6100e1 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 15 Feb 2026 14:55:01 +0200 Subject: [PATCH] feat(mobile): improve empty tab workspace switcher --- .../client/src/widgets/type_widgets/Empty.css | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/apps/client/src/widgets/type_widgets/Empty.css b/apps/client/src/widgets/type_widgets/Empty.css index 40f9f02020..9385bef72e 100644 --- a/apps/client/src/widgets/type_widgets/Empty.css +++ b/apps/client/src/widgets/type_widgets/Empty.css @@ -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%; -}