mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-13 23:54:48 +01:00
20 lines
259 B
CSS
20 lines
259 B
CSS
.Mods {
|
|
backdrop-filter: blur(10px);
|
|
height: 90%;
|
|
width: 100%;
|
|
}
|
|
|
|
/* Stuff for the top bar progress bar */
|
|
.TopDownloads {
|
|
position: absolute;
|
|
top: 10px;
|
|
left: 35.5%;
|
|
|
|
width: 30%;
|
|
}
|
|
|
|
.TopDownloads .ProgressBar {
|
|
width: 100%;
|
|
height: 10px;
|
|
}
|