fix mobile status css
All checks were successful
Code quality checks / biome (push) Successful in 14s
All checks were successful
Code quality checks / biome (push) Successful in 14s
This commit is contained in:
parent
8a16476d67
commit
8f499daec2
3 changed files with 18 additions and 2 deletions
|
@ -167,6 +167,22 @@ body {
|
|||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.platform-icon.mobile-only.dnd {
|
||||
fill: var(--status-dnd);
|
||||
}
|
||||
.platform-icon.mobile-only.idle {
|
||||
fill: var(--status-idle);
|
||||
}
|
||||
.platform-icon.mobile-only.online {
|
||||
fill: var(--status-online);
|
||||
}
|
||||
.platform-icon.mobile-only.offline {
|
||||
fill: var(--status-offline);
|
||||
}
|
||||
.platform-icon.mobile-only.streaming {
|
||||
fill: var(--status-streaming);
|
||||
}
|
||||
|
||||
.user-info {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue