Style tweaks

This commit is contained in:
Kalle 2026-03-18 21:23:37 +02:00
parent 4d87914479
commit 374210ee48
3 changed files with 9 additions and 2 deletions

View File

@ -244,7 +244,7 @@
@media screen and (max-width: 1474px) {
.sidebarFuseSpace {
padding-bottom: 90px;
padding-bottom: var(--layout-fuse-bottom-height);
}
}

View File

@ -90,6 +90,13 @@ body:has(.planner) header {
) !important;
}
.tlui-toolbar__tools > .tlui-popover {
bottom: calc(
var(--layout-fuse-bottom-height) +
env(safe-area-inset-bottom)
) !important;
}
.tl-watermark_SEE-LICENSE {
bottom: calc(
var(--layout-fuse-bottom-height) +

View File

@ -600,7 +600,7 @@
}
@media screen and (max-width: 599px) {
.publift-widget-sticky_footer-container {
body:not(:has(.planner)) .publift-widget-sticky_footer-container {
bottom: calc(
var(--layout-nav-height) +
env(safe-area-inset-bottom)