A bit of padding for LightHue on mobile

This commit is contained in:
Fabio Manganiello 2022-11-26 01:19:52 +01:00
parent 37254cad1a
commit d0c8a8edf9
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 8 additions and 0 deletions

View File

@ -231,3 +231,11 @@ export default {
},
}
</script>
<style lang="scss" scoped>
.lights-plugin {
@include until($tablet) {
padding: 0.5em;
}
}
</style>