mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Mobile fix for episode title
This commit is contained in:
parent
77129c3069
commit
2558f113fa
@ -346,7 +346,7 @@ html {
|
||||
box-ordinal-group: 3;
|
||||
}
|
||||
/* Move episode title */
|
||||
.nameContainer {
|
||||
.layout-desktop .nameContainer {
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
display: box;
|
||||
@ -354,17 +354,17 @@ html {
|
||||
-moz-box-orient: horizontal;
|
||||
box-orient: horizontal;
|
||||
}
|
||||
.nameContainer .parentName {
|
||||
.layout-desktop .nameContainer .parentName {
|
||||
-webkit-box-ordinal-group: 1;
|
||||
-moz-box-ordinal-group: 1;
|
||||
box-ordinal-group: 1;
|
||||
}
|
||||
.nameContainer .itemName {
|
||||
.layout-desktop .nameContainer .itemName {
|
||||
-webkit-box-ordinal-group: 2;
|
||||
-moz-box-ordinal-group: 2;
|
||||
box-ordinal-group: 2;
|
||||
}
|
||||
.itemName.subtitle {
|
||||
.layout-desktop .itemName.subtitle {
|
||||
margin: 0.45em 0 0 0 !important;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user