mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-07-12 00:15:44 +00:00
added small connection icon in status details
This commit is contained in:
parent
0a7da09e23
commit
3fd0ae4837
2 changed files with 20 additions and 2 deletions
|
@ -308,3 +308,15 @@ div:has(.range-value) {
|
|||
height: 24px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.connection-icon.small {
|
||||
padding: 0;
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
.centered-vertical {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue