New: Added rounded corners to OSD notifications
This commit is contained in:
parent
df594149cc
commit
a266026ab2
1 changed files with 2 additions and 1 deletions
|
|
@ -1389,7 +1389,8 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.playerStats {
|
.playerStats,
|
||||||
|
.iconOsd {
|
||||||
border-radius: var(--largeRadius);
|
border-radius: var(--largeRadius);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue