mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-05 00:38:53 +01:00
Fixed title placement on items without description
This commit is contained in:
parent
2558f113fa
commit
dce9c59830
@ -315,10 +315,13 @@ html {
|
|||||||
padding-left: 4% !important;
|
padding-left: 4% !important;
|
||||||
}
|
}
|
||||||
.layout-desktop .nameContainer {
|
.layout-desktop .nameContainer {
|
||||||
padding-bottom: 30px !important;
|
position: absolute !important;
|
||||||
|
margin-top: -50px !important;
|
||||||
}
|
}
|
||||||
.layout-desktop .itemMiscInfo {
|
.layout-desktop .itemMiscInfo {
|
||||||
|
position: absolute !important;
|
||||||
margin-left: 21px !important;
|
margin-left: 21px !important;
|
||||||
|
margin-top: 16px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Move track selection box */
|
/* Move track selection box */
|
||||||
@ -363,10 +366,7 @@ html {
|
|||||||
-webkit-box-ordinal-group: 2;
|
-webkit-box-ordinal-group: 2;
|
||||||
-moz-box-ordinal-group: 2;
|
-moz-box-ordinal-group: 2;
|
||||||
box-ordinal-group: 2;
|
box-ordinal-group: 2;
|
||||||
}
|
|
||||||
.layout-desktop .itemName.subtitle {
|
|
||||||
margin: 0.45em 0 0 0 !important;
|
margin: 0.45em 0 0 0 !important;
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user