fixed loading screen & updated toy-button font size
This commit is contained in:
@@ -32,12 +32,11 @@
|
||||
}
|
||||
#loadingText {
|
||||
position: absolute;
|
||||
bottom: 0%;
|
||||
left: calc(50% - 45vw);
|
||||
width: 90vw;
|
||||
bottom: 0;
|
||||
left: calc(50vw - min(45vw, 250px));
|
||||
width: min(90vw, 500px);
|
||||
text-align: center;
|
||||
font-size: 1.5rem;
|
||||
word-break: break-word;
|
||||
font-size: min(5vmin, 2vmax);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
color: #ffffff;
|
||||
|
||||
Reference in New Issue
Block a user