mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-13 12:34:16 +00:00
20 lines
319 B
Plaintext
Executable File
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);
|
|
} |