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 {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
transform: translate(50%, -50%);
|
||||
transform: translate(0%, -50%);
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
}
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
flex-direction: column;
|
||||
|
||||
.head {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0.75em 0.25em;
|
||||
|
||||
.label {
|
||||
|
|
Loading…
Reference in a new issue