[DE mobile] Correct styles

This commit is contained in:
SergeyEzhin 2022-12-09 16:29:33 +04:00
parent 623c0dd0a2
commit 578385100c
2 changed files with 14 additions and 8 deletions

View file

@ -25,10 +25,6 @@
} }
} }
.navbar ~ *, .navbars ~ * {
--f7-page-navbar-offset: 0;
}
//.navbar { //.navbar {
// .title { // .title {
// text-overflow: initial; // text-overflow: initial;
@ -68,11 +64,10 @@
.page.page-with-subnavbar { .page.page-with-subnavbar {
.page-content { .page-content {
--f7-page-subnavbar-offset: 0px; --f7-page-subnavbar-offset: 0px;
padding-top: 0;
} }
// &.page-with-logo .page-content { &.page-with-logo .page-content {
// --f7-page-subnavbar-offset: 26px; --f7-page-subnavbar-offset: 26px;
// } }
} }
.popup, .popover, .sheet-modal { .popup, .popover, .sheet-modal {

View file

@ -69,6 +69,17 @@
} }
} }
.navbar ~ *, .navbars ~ * {
--f7-page-navbar-offset: 0;
}
.page.page-with-subnavbar {
.page-content, &.page-with-logo .page-content {
--f7-page-subnavbar-offset: 0px;
padding-top: 0;
}
}
// Review // Review
.page-review { .page-review {
--f7-toolbar-link-color: @brandColor; --f7-toolbar-link-color: @brandColor;