From d3baf5c47c2d0ae6c1c60c4b0e48761c9c0c49d8 Mon Sep 17 00:00:00 2001 From: Oleg Tolchin Date: Tue, 17 Feb 2026 09:18:33 +0300 Subject: [PATCH] Fix CSS syntax errors in tolfin.css --- theme/tolfin.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/theme/tolfin.css b/theme/tolfin.css index 4c047ed..c02de55 100644 --- a/theme/tolfin.css +++ b/theme/tolfin.css @@ -81,6 +81,7 @@ html { } /* Высота заголовка с логотипом */ +.pageTitleWithLogo { height: 50px; } @@ -213,6 +214,7 @@ html { width: auto; } + .layout-mobile .pageTitleWithLogo { height: 40px; } } @@ -1159,7 +1161,3 @@ progress { -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