forked from platypush/platypush
CSS adjustments
This commit is contained in:
parent
dd12d57552
commit
e8f4b7c10e
2 changed files with 4 additions and 1 deletions
|
@ -58,7 +58,7 @@ export default {
|
||||||
.loading {
|
.loading {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
transform: translate(50%, -50%);
|
transform: translate(0%, -50%);
|
||||||
width: 1em;
|
width: 1em;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
.head {
|
.head {
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
padding: 0.75em 0.25em;
|
padding: 0.75em 0.25em;
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
|
|
Loading…
Reference in a new issue