mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Style tweaks
This commit is contained in:
parent
4d87914479
commit
374210ee48
|
|
@ -244,7 +244,7 @@
|
|||
|
||||
@media screen and (max-width: 1474px) {
|
||||
.sidebarFuseSpace {
|
||||
padding-bottom: 90px;
|
||||
padding-bottom: var(--layout-fuse-bottom-height);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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) +
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user