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

17 lines
331 B
CSS
Raw Normal View History

2021-06-08 14:43:43 +00:00
.imposter {
inset-block-start: 50%;
inset-inline-start: 50%;
2021-06-08 14:43:43 +00:00
position: absolute;
transform: translate(-50%, -50%);
}
.imposter_container {
max-block-size: calc(100% - (var(--imposter-margin) * 2));
max-inline-size: calc(100% - (var(--imposter-margin) * 2));
2021-06-08 14:43:43 +00:00
overflow: auto;
}
.imposter_fixed {
position: fixed;
}