forked from OpenNeo/impress
Matchu
c8c4facb60
This doesn't actually really matter, because this doesn't actually get used in the app right now? But I figure, hey it's not hard to maintain, let's just do it for consistency!
9 lines
138 B
CSS
9 lines
138 B
CSS
#asset-canvas,
|
|
#asset-image,
|
|
#fallback {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: min(100vw, 100vh);
|
|
height: min(100vw, 100vh);
|
|
}
|