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