diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2021-12-12 22:20:10 +0100 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2021-12-12 22:20:10 +0100 |
commit | 9c77651692468ba68f631e03b22a6227b5759240 (patch) | |
tree | fb6c02b467e1b3a0acb66d87d31856e0806321f2 /src/components/services/AdGuardHome.vue | |
parent | b4a2db6e37859abfa5477685b7547bb78e71a76b (diff) | |
download | homer-9c77651692468ba68f631e03b22a6227b5759240.tar.gz homer-9c77651692468ba68f631e03b22a6227b5759240.tar.zst homer-9c77651692468ba68f631e03b22a6227b5759240.zip |
Last batch of custom services refacto.
Diffstat (limited to 'src/components/services/AdGuardHome.vue')
-rw-r--r-- | src/components/services/AdGuardHome.vue | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/services/AdGuardHome.vue b/src/components/services/AdGuardHome.vue index b01f0f4..4c53398 100644 --- a/src/components/services/AdGuardHome.vue +++ b/src/components/services/AdGuardHome.vue | |||
@@ -76,9 +76,6 @@ export default { | |||
76 | </script> | 76 | </script> |
77 | 77 | ||
78 | <style scoped lang="scss"> | 78 | <style scoped lang="scss"> |
79 | .media-left img { | ||
80 | max-height: 100%; | ||
81 | } | ||
82 | .status { | 79 | .status { |
83 | font-size: 0.8rem; | 80 | font-size: 0.8rem; |
84 | color: var(--text-title); | 81 | color: var(--text-title); |