mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix layout issues on dashboard screen
This commit is contained in:
parent
b439ea13ae
commit
f4e52c5bf7
1 changed files with 2 additions and 9 deletions
|
@ -246,20 +246,12 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||||
|
|
||||||
@media all and (min-width: 70em) {
|
@media all and (min-width: 70em) {
|
||||||
.dashboardSections {
|
.dashboardSections {
|
||||||
-webkit-flex-wrap: wrap;
|
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
-webkit-box-orient: horizontal;
|
|
||||||
-webkit-box-direction: normal;
|
|
||||||
-webkit-flex-direction: row;
|
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboardColumn-2-60 {
|
.dashboardColumn-2-60 {
|
||||||
width: 46%;
|
flex-grow: 2;
|
||||||
}
|
|
||||||
|
|
||||||
.dashboardColumn-2-40 {
|
|
||||||
width: 27%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboardSection {
|
.dashboardSection {
|
||||||
|
@ -291,6 +283,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||||
}
|
}
|
||||||
|
|
||||||
.activeSession {
|
.activeSession {
|
||||||
|
min-width: 10rem;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue