forked from 0x2620/oxjs
add auto variant of loading screen and image element
This commit is contained in:
parent
b63adeeb01
commit
43d5bee70a
3 changed files with 57 additions and 14 deletions
|
|
@ -2701,6 +2701,19 @@ Miscellaneous
|
|||
.OxLoadingScreen > div > div {
|
||||
margin-top: 4px;
|
||||
}
|
||||
.OxLoadingScreen.OxAuto {
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
.OxLoadingScreen.OxAuto > div {
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.OxSpecialLink {
|
||||
padding: 0 2px 0 2px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue