mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Prevent OSD stats from overflowing past the screen on phones
This commit is contained in:
@@ -1416,6 +1416,12 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
|||||||
backdrop-filter: blur(5px);
|
backdrop-filter: blur(5px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.playerStats-stats {
|
||||||
|
max-height: 58vh;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
padding: 1em !important;
|
||||||
|
}
|
||||||
|
|
||||||
#scenesContent .cardScalable:hover {
|
#scenesContent .cardScalable:hover {
|
||||||
border-color: var(--dimTextColor) !important;
|
border-color: var(--dimTextColor) !important;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user