Removed line clamping from scene and movie titles.
This commit is contained in:
@@ -277,12 +277,15 @@ const scenes = pageContext.pageProps.scenes;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
margin: 0 .5rem 1rem 0;
|
margin: 0 .5rem 0 0;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
|
|
||||||
|
/*
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.notitle {
|
.notitle {
|
||||||
|
|||||||
@@ -538,6 +538,8 @@ function copySummary() {
|
|||||||
.title {
|
.title {
|
||||||
margin: .25rem .5rem .5rem 0;
|
margin: .25rem .5rem .5rem 0;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
|
|
||||||
|
/*
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
|
|
||||||
&:not(:active) {
|
&:not(:active) {
|
||||||
@@ -545,6 +547,7 @@ function copySummary() {
|
|||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.notitle {
|
.notitle {
|
||||||
|
|||||||
2
static
2
static
Submodule static updated: 4982084fd8...d491eaf87d
Reference in New Issue
Block a user