Add "Download app" screen for too small screens, translate strings

# Please enter the commit message for your changes. Lines starting
This commit is contained in:
grabic21
2025-09-13 17:17:43 +04:00
committed by denis0001-dev
Unverified
parent 002a59d3c8
commit a7275f58e1
10 changed files with 88 additions and 15 deletions
@@ -0,0 +1,8 @@
.download-app-screen {
display: flex;
justify-content: center;
align-items: center;
min-width: 100vw;
min-height: 100vh;
padding: 32px;
}
+1
View File
@@ -9,6 +9,7 @@
@use "common/material" as *;
@use "electron";
@use "dialogs/reply";
@use "download-app";
@use "lib/fonts/montserrat";
@use "lib/fonts/material-symbols";