mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-23 21:41:44 +02:00
Fix notification top padding
This commit is contained in:
parent
96391fd1d5
commit
333b70e688
@ -55,7 +55,7 @@
|
||||
:duration="4000"
|
||||
:speed="0"
|
||||
:max="1"
|
||||
classes="notification is-radiusless" />
|
||||
classes="notification notification-banner is-radiusless" />
|
||||
<main class="main-section">
|
||||
<RouterView />
|
||||
</main>
|
||||
|
4
resources/js_vue3/assets/app.scss
vendored
4
resources/js_vue3/assets/app.scss
vendored
@ -927,14 +927,14 @@ footer.main .field.is-grouped {
|
||||
}
|
||||
|
||||
@supports (padding-top: env(safe-area-inset-top)) {
|
||||
.notification {
|
||||
.notification-banner {
|
||||
--safe-area-inset-top: env(safe-area-inset-top);
|
||||
padding-top: calc(0.4rem + var(--safe-area-inset-top));
|
||||
}
|
||||
}
|
||||
|
||||
@supports (padding-top: constant(safe-area-inset-top)) {
|
||||
.notification {
|
||||
.notification-banner {
|
||||
--safe-area-inset-top: constant(safe-area-inset-top);
|
||||
padding-top: calc(0.4rem + var(--safe-area-inset-top));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user