mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-24 02:59:38 +00:00
New: Added rounded corners to playback statistics box
Fix: Adjusted border color of itemProgressBar
This commit is contained in:
@@ -390,7 +390,7 @@ html {
|
|||||||
backdrop-filter: blur(.1em);
|
backdrop-filter: blur(.1em);
|
||||||
background-color: rgb(123 123 123 / 30%) !important;
|
background-color: rgb(123 123 123 / 30%) !important;
|
||||||
height: .3em;
|
height: .3em;
|
||||||
box-shadow: 0px 0px 0.01em .01em black;
|
box-shadow: inset 0px 0px 0.01em .01em #969696;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-radius: var(--largeRadius);
|
border-radius: var(--largeRadius);
|
||||||
}
|
}
|
||||||
@@ -1179,3 +1179,7 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
|||||||
/* ! Don't change these units. They are rem because that is standard for MUI */
|
/* ! Don't change these units. They are rem because that is standard for MUI */
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.playerStats {
|
||||||
|
border-radius: var(--largeRadius);
|
||||||
|
}
|
Reference in New Issue
Block a user