forked from platypush/platypush
Style tweaks
This commit is contained in:
parent
71ed545cc7
commit
81fee3ea2a
2 changed files with 5 additions and 0 deletions
|
@ -115,6 +115,8 @@ export default {
|
|||
.body {
|
||||
.row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0.5em;
|
||||
|
||||
.icon {
|
||||
width: 2em;
|
||||
|
|
|
@ -210,9 +210,12 @@ export default {
|
|||
.body {
|
||||
.row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0.5em;
|
||||
|
||||
.icon {
|
||||
width: 2em;
|
||||
margin-left: -0.5em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue