Skip to content

Commit

Permalink
Fix status indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh authored May 10, 2024
1 parent 0f50849 commit 674b459
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gui/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -604,9 +604,9 @@
>
</small>
<div class="float-right d-sm-inline-block">
<small class="badge badge-success opacity-1" title="{$_('footer.current_activity')}">&nbsp;&nbsp;</small>
<small class="badge badge-warning opacity-1 ml-1" title="{$_('footer.warning_messages')}">&nbsp;&nbsp;</small>
<small class="badge badge-danger opacity-1 ml-1" title="{$_('footer.error_messages')}">&nbsp;&nbsp;</small>
<small class="badge badge-success" style="opacity: 0.1" title="{$_('footer.current_activity')}">&nbsp;&nbsp;</small>
<small class="badge badge-warning ml-1" style="opacity: 0.1" title="{$_('footer.warning_messages')}">&nbsp;&nbsp;</small>
<small class="badge badge-danger ml-1" style="opacity: 0.1" title="{$_('footer.error_messages')}">&nbsp;&nbsp;</small>
<span class="d-none d-sm-inline"
>&nbsp;&nbsp; {settings.name}
{settings.version} - <small>{settings.device}</small> -
Expand Down

0 comments on commit 674b459

Please sign in to comment.