MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 354: | Line 354: | ||
display: none; | display: none; | ||
position: fixed; | position: fixed; | ||
top: 0; left: 0; | |||
width: 100vw; | |||
height: 100vh; | |||
background-color: rgba(0, 0, 0, 0.85); | background-color: rgba(0, 0, 0, 0.85); | ||
backdrop-filter: blur(2px); | backdrop-filter: blur(2px); | ||
Line 360: | Line 362: | ||
justify-content: center; | justify-content: center; | ||
align-items: center; | align-items: center; | ||
flex-direction: column; | |||
} | } | ||