@ -4,7 +4,7 @@
<!-- Messages in the upper - right - https : / / g i t h u b . c o m / e m m a n u e l s w / n o t i w i n d - - >
<!-- Messages in the upper - right - https : / / g i t h u b . c o m / e m m a n u e l s w / n o t i w i n d - - >
< NotificationGroup group = "alert" >
< NotificationGroup group = "alert" >
< div
< div
class = "fixed top-[calc(env(safe-area-inset-top)+1rem )] right-4 left-4 sm:left-auto sm:w-full sm:max-w-sm flex flex-col items-start justify-end"
class = "fixed z-[90] top-[max(1rem,env(safe-area-inset-top) )] right-4 left-4 sm:left-auto sm:w-full sm:max-w-sm flex flex-col items-start justify-end"
>
>
< Notification
< Notification
v - slot = "{ notifications, close }"
v - slot = "{ notifications, close }"
@ -541,13 +541,13 @@ export default class App extends Vue {
< style >
< style >
# Content {
# Content {
padding - left : 1.5 rem ;
padding - left : max ( 1.5 rem , env ( safe - area - inset - left ) ) ;
padding - right : 1.5 rem ;
padding - right : max ( 1.5 rem , env ( safe - area - inset - right ) ) ;
padding - top : calc ( env ( safe - area - inset - top ) + 1.5 rem ) ;
padding - top : max ( 1.5 rem , env ( safe - area - inset - top ) ) ;
padding - bottom : calc ( env ( safe - area - inset - bottom ) + 1.5 rem ) ;
padding - bottom : max ( 1.5 rem , env ( safe - area - inset - bottom ) ) ;
}
}
# QuickNav ~ # Content {
# QuickNav ~ # Content {
padding - bottom : calc ( env ( safe - area - inset - bottom ) + 6 rem ) ;
padding - bottom : calc ( env ( safe - area - inset - bottom ) + 6.333 rem ) ;
}
}
< / style >
< / style >