Fix CSS syntax errors in tolfin.css

This commit is contained in:
2026-02-17 09:18:33 +03:00
parent 84f307739e
commit d3baf5c47c

View File

@@ -81,6 +81,7 @@ html {
} }
/* Высота заголовка с логотипом */ /* Высота заголовка с логотипом */
.pageTitleWithLogo {
height: 50px; height: 50px;
} }
@@ -213,6 +214,7 @@ html {
width: auto; width: auto;
} }
.layout-mobile .pageTitleWithLogo {
height: 40px; height: 40px;
} }
} }
@@ -1159,7 +1161,3 @@ progress {
-moz-border-radius: var(--floating-progress-roundness); -moz-border-radius: var(--floating-progress-roundness);
} }
git tag -a v1.0.1 -m "Release v1.0.1"
git push origin v1.0.1
git tag -f latest (хеш v1.0.1)
git push origin latest --force