Tweak position of firmware status label (#1285)

This commit is contained in:
Tim Wilkinson 2024-08-17 09:36:17 -07:00 committed by GitHub
parent ceb8d5ea8f
commit 1b980d7155
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,7 @@
%}
<div class="ctrl" hx-get="status/e/firmware" hx-target="#ctrl-modal">
<div class="firmware">
<div class="t">{{firmware}}<div class="firmware-status {{message}}"></div></div>
<div class="t" style="position:relative">{{firmware}}<div class="firmware-status {{message}}"></div></div>
<div class="s cols">
<div style="flex:1.5">firmware version</div>
<div><a href="https://github.com/aredn/aredn/issues" target="_blank" onclick="event.stopPropagation()">issues</a></div>

View File

@ -309,6 +309,8 @@ body.authenticated .ctrl:hover
}
#general .firmware-status
{
position: relative;
top: -2px;
display: inline-block;
margin-left: 4px;
font-size: 10px;