mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 01:52:28 +08:00
feat(mobile): apply immersive background for all full-height
This commit is contained in:
parent
8a8179ea4f
commit
851e6efaa2
@ -11,15 +11,7 @@ const TPL = `\
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.geo-map-container {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
|
||||
.leaflet-top {
|
||||
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);
|
||||
}
|
||||
|
||||
.note-detail.full-height {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
#title-bar {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user