2023-03-03 20:49:39 +00:00

20 lines
319 B
Plaintext
Executable File

.post_viewer {
position: absolute;
z-index: 50;
top: 0;
left: 0;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
width: 100vw;
height: 100vh;
background-color: rgba(var(--layoutBackgroundColor), 0.6);
backdrop-filter: blur(10px);
}