Add connection icons for signal strength

This commit is contained in:
RaffaelW 2024-12-19 23:35:45 +01:00
parent e3bc5f8bdc
commit b5999364e2
3 changed files with 41 additions and 2 deletions

View file

@ -302,3 +302,9 @@ div:has(.range-value) {
margin: 0 auto;
margin-top: 32px;
}
.connection-icon {
width: 24px;
height: 24px;
padding: 8px;
}