aboutsummaryrefslogtreecommitdiff
path: root/kamon-status/src/App.vue
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2019-02-07 15:09:34 +0100
committerIvan Topolnjak <ivantopo@gmail.com>2019-02-07 15:43:05 +0100
commitc985537bfe1b352911aa3ba6247112dfac917171 (patch)
treef2501b30c9af2667f17202c41baadec254926036 /kamon-status/src/App.vue
parent4a8d10e3ce8d6ad93317c6aee0fd6a87d2388f4c (diff)
downloadKamon-c985537bfe1b352911aa3ba6247112dfac917171.tar.gz
Kamon-c985537bfe1b352911aa3ba6247112dfac917171.tar.bz2
Kamon-c985537bfe1b352911aa3ba6247112dfac917171.zip
show instrumentation modules in the status page
Diffstat (limited to 'kamon-status/src/App.vue')
-rw-r--r--kamon-status/src/App.vue8
1 files changed, 6 insertions, 2 deletions
diff --git a/kamon-status/src/App.vue b/kamon-status/src/App.vue
index ebb432c9..fd612828 100644
--- a/kamon-status/src/App.vue
+++ b/kamon-status/src/App.vue
@@ -4,7 +4,7 @@
<div class="container h-100">
<div class="row h-100 justify-content-between">
<div class="col-auto h-100">
- <img class="py-3 h-100 img-fluid" src="./assets/logo.svg" alt="">
+ <img class="logo h-100 img-fluid" src="./assets/logo.svg" alt="">
</div>
</div>
</div>
@@ -17,7 +17,7 @@
<style lang="scss">
-$header-height: 70px;
+$header-height: 85px;
.header {
height: $header-height;
@@ -39,5 +39,9 @@ $header-height: 70px;
}
}
}
+
+ .logo {
+ padding: 1rem 0rem;
+ }
}
</style>