Jasper Miller-Waugh
3 years ago
No known key found for this signature in database
GPG Key ID: 2A5F6F15443A805
2 changed files with
7 additions and
0 deletions
-
src/assets/app.scss
-
src/components/PublicGroupList.vue
|
|
@ -346,6 +346,10 @@ textarea.form-control { |
|
|
|
&.active { |
|
|
|
background-color: #cdf8f4; |
|
|
|
} |
|
|
|
// Removes margin to line up tags list with uptime percentage |
|
|
|
.tags, .tag-wrapper:first-child { |
|
|
|
margin-left: 0 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -40,6 +40,9 @@ |
|
|
|
|
|
|
|
<Uptime :monitor="monitor.element" type="24" :pill="true" /> |
|
|
|
{{ monitor.element.name }} |
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="tags"> |
|
|
|
<Tag v-for="tag in monitor.element.tags" :key="tag" :item="tag" :size="'sm'" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|