[mod] webapp: padding-left

This commit is contained in:
2020-05-06 12:24:05 +02:00
parent 302127b70c
commit 2be3471067

View File

@@ -1,6 +1,6 @@
<template>
<div class="mt-3">
<ul class="pl-3">
<ul class="pl-4">
<li v-for="w in watchers">
<i class="fas" v-bind:class="watcherIconClass(w)"></i>
{{ w.name }} <span v-bind:class="watcherClass(w)">{{ w.state }}</span>
@@ -47,9 +47,6 @@
</script>
<style scoped>
/*ul {*/
/* padding-left: 20px;*/
/*}*/
li {
list-style: none;
}