mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
make dashboard header uniform size and modify card hover style
This commit is contained in:
parent
16faeb05fe
commit
658d77c15f
2 changed files with 8 additions and 16 deletions
|
@ -46,9 +46,9 @@ button {
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vertical-wrap.centered {
|
.vertical-wrap.centered {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardScalable {
|
.cardScalable {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -226,10 +226,6 @@ button {
|
||||||
box-shadow: 0 0.0725em 0.29em 0 rgba(0, 0, 0, 0.37);
|
box-shadow: 0 0.0725em 0.29em 0 rgba(0, 0, 0, 0.37);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.card:focus .cardContent-shadow {
|
|
||||||
box-shadow: 0 .63em 1.26em rgba(0, 0, 0, 0.37);
|
|
||||||
}*/
|
|
||||||
|
|
||||||
.cardImageContainer {
|
.cardImageContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
@ -767,7 +763,7 @@ button {
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardOverlayContainer {
|
.cardOverlayContainer {
|
||||||
background: radial-gradient(farthest-corner at 50% 50%,rgba(30,30,30,.5) 50%,#2c2c2c 100%);
|
background: rgba(0,0,0,0.5);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity .2s;
|
transition: opacity .2s;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -810,7 +806,7 @@ button {
|
||||||
left: 50%;
|
left: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardOverlayFab-primary i {
|
.cardOverlayFab-primary i {
|
||||||
border: .07em solid rgba(255,255,255,.9);
|
border: .07em solid rgba(255,255,255,.9);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
|
@ -63,10 +63,6 @@ progress[aria-valuenow]:before {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboardDocument {
|
|
||||||
font-size: 94.1%
|
|
||||||
}
|
|
||||||
|
|
||||||
.dashboardDocument .dashboardEntryHeaderButton,
|
.dashboardDocument .dashboardEntryHeaderButton,
|
||||||
.dashboardDocument .lnkManageServer {
|
.dashboardDocument .lnkManageServer {
|
||||||
display: none !important
|
display: none !important
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue