mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Calculated progress bar width in scan library dialog properly to prevent overflow
This commit is contained in:
@@ -703,7 +703,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#divRunningTasks progress {
|
#divRunningTasks progress {
|
||||||
width: 86%;
|
width: calc(100% - 7em);
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) {
|
.itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) {
|
||||||
@@ -2116,7 +2116,7 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
|||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
background:linear-gradient(to bottom, var(--darkerGradientPointAlpha), var(--lighterGradientPoint)), var(--loginPageBgUrl);
|
background: linear-gradient(to bottom, var(--darkerGradientPointAlpha), var(--lighterGradientPoint)), var(--loginPageBgUrl);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
@@ -2142,11 +2142,11 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
|||||||
width: 40em;
|
width: 40em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#divUsers .squareCard{
|
#divUsers .squareCard {
|
||||||
width: 30% !important;
|
width: 30% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile #divUsers .squareCard{
|
.layout-mobile #divUsers .squareCard {
|
||||||
width: 45% !important;
|
width: 45% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user