Fix internal services layout for mobile high contrast (#1784)

This commit is contained in:
Tim Wilkinson 2024-12-26 20:14:09 -08:00 committed by GitHub
parent 753dcb5370
commit 4df947e621
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -490,6 +490,11 @@ body.authenticated .ctrl:hover
/* -- start services layout -- */
#services .service
{
display: flex;
align-items: center;
}
#services .service,
#services .device
{
@ -500,7 +505,7 @@ body.authenticated .ctrl:hover
#services .service .status
{
display: inline-block;
width: calc(var(--font-base-size) * 3 + 4px);
min-width: calc(var(--font-base-size) * 3 + 4px);
padding: 2px 0;
border-radius: 5px;
margin-right: 5px;