add viewport-fit: cover
Deploy app frontend / app frontend (push) Successful in 1m44s

This commit is contained in:
2025-05-15 13:45:03 +02:00
parent d1695419c7
commit 6a2015776c
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -1,4 +1,8 @@
/* Общие стили */
@viewport {
viewport-fit: cover;
}
body.preloader #app {
display: none;
}