forked from platypush/platypush
A bit of padding for LightHue on mobile
This commit is contained in:
parent
37254cad1a
commit
d0c8a8edf9
1 changed files with 8 additions and 0 deletions
|
@ -231,3 +231,11 @@ export default {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
.lights-plugin {
|
||||||
|
@include until($tablet) {
|
||||||
|
padding: 0.5em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue