1
0
Fork 0
va/assets/css/imposter.css

17 lines
293 B
CSS

.imposter {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.imposter_container {
overflow: auto;
max-width: calc(100% - (var(--imposter-margin) * 2));
max-height: calc(100% - (var(--imposter-margin) * 2));
}
.imposter_fixed {
position: fixed;
}