Skip to content

Commit 14331ae

Browse files
committed
Add positioning again and make loading screen have a correct sizing
1 parent 220bb75 commit 14331ae

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

core/style/monogatari.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,22 @@ select {
152152
max-height: 80vh;
153153
}
154154

155+
[data-sprite] {
156+
margin: 0 auto;
157+
left: 0;
158+
right: 0;
159+
160+
&.right {
161+
left: initial;
162+
right: 0;
163+
}
164+
165+
&.left {
166+
left: 0;
167+
right: initial;
168+
}
169+
}
170+
155171
[data-error] {
156172
.modal__content {
157173
height: auto;
@@ -570,6 +586,10 @@ textarea {
570586
margin: 2rem auto;
571587
}
572588

589+
[data-menu="loading"] div {
590+
width: 90%;
591+
}
592+
573593
/**
574594
* ====================================
575595
* Inputs Styling

dist/engine/monogatari.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)