We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125fa18 commit bdad428Copy full SHA for bdad428
1 file changed
resources/js/components/gallery/albumModule/SensitiveWarning.vue
@@ -3,7 +3,7 @@
3
v-if="albumId !== undefined && nsfwConsentedStore.hasConsented(albumId) === false"
4
id="sensitive_warning"
5
:class="{
6
- 'fixed flex flex-col items-center justify-center text-center text-surface-0 text-shadow top-14 left-0 h-full w-full': true,
+ 'fixed z-30 flex flex-col items-center justify-center text-center text-surface-0 text-shadow top-0 left-0 h-full w-full': true,
7
'bg-red-950': !is_nsfw_banner_backdrop_blurred,
8
'backdrop-blur-lg': is_nsfw_banner_backdrop_blurred,
9
}"
0 commit comments