mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
feat(mobile): apply immersive background for all full-height
This commit is contained in:
parent
8a8179ea4f
commit
851e6efaa2
@ -12,14 +12,6 @@ const TPL = `\
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.geo-map-container {
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.leaflet-top {
|
.leaflet-top {
|
||||||
margin-top: calc(env(safe-area-inset-top) + var(--mobile-title-bar-height));
|
margin-top: calc(env(safe-area-inset-top) + var(--mobile-title-bar-height));
|
||||||
}
|
}
|
||||||
|
@ -67,6 +67,14 @@ body.mobile #root-widget {
|
|||||||
padding-bottom: var(--mobile-bottom-offset);
|
padding-bottom: var(--mobile-bottom-offset);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.note-detail.full-height {
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#title-bar {
|
#title-bar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user