mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-12-23 03:11:25 +00:00
Blur background of modal to hide spicy things
This commit is contained in:
parent
afae55c2eb
commit
1e76395d29
2 changed files with 5 additions and 1 deletions
|
@ -461,3 +461,7 @@ br.big {
|
||||||
.totp-link {
|
.totp-link {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#adultConsentModal {
|
||||||
|
backdrop-filter: blur(10px);
|
||||||
|
}
|
||||||
|
|
|
@ -25,7 +25,7 @@ class AdultConsentModalInner extends Component<AdultConsentModalProps, any> {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className="modal fade"
|
className="modal"
|
||||||
id="adultConsentModal"
|
id="adultConsentModal"
|
||||||
tabIndex={-1}
|
tabIndex={-1}
|
||||||
aria-hidden
|
aria-hidden
|
||||||
|
|
Loading…
Reference in a new issue