1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
2024-08-16 22:04:25 -07:00

19 lines
329 B
CSS

body {
overflow: hidden;
background-color: #1e1e1e;
background-image: url('/resources/images/icons/loading.webp');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: 15vh;
}
iframe {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}