From c4b99d0e882a1c6ec284b2ce90818b28bbc339b4 Mon Sep 17 00:00:00 2001 From: David Carley Date: Wed, 14 Sep 2022 05:56:11 +0000 Subject: [PATCH] Fixed the upgrade indicator --- src/pug/index.pug | 3 +-- src/stylus/style.styl | 12 +++--------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/src/pug/index.pug b/src/pug/index.pug index d5ba622..7d6fce8 100644 --- a/src/pug/index.pug +++ b/src/pug/index.pug @@ -76,8 +76,7 @@ html(lang="en") | v{{config.full_version}} a.upgrade-link(v-if="show_upgrade()", href="#admin-general") | Upgrade to v{{latestVersion}} - .upgrade-attention(v-if="show_upgrade()") - | ! + .fa.fa-exclamation-circle.upgrade-attention(v-if="show_upgrade()") .pi-temp-warning .fa.fa-thermometer-full(class="error", diff --git a/src/stylus/style.styl b/src/stylus/style.styl index caed3a5..cf73d8f 100644 --- a/src/stylus/style.styl +++ b/src/stylus/style.styl @@ -60,16 +60,10 @@ tt color blue .upgrade-attention - background-color red - width 20px - height 20px - display inline-block - border-radius 50% - color white - font-size 13pt - font-weight 1000 - margin-left 5px + color red + font-size 18pt align-self center + margin-left 5px .pi-temp-warning align-self center