Preventing scene poster, stash header and bottom navigation overflow.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@custom-media --small-50 (max-width: 350px);
|
||||
@custom-media --small-60 (max-width: 350px);
|
||||
@custom-media --small-50 (max-width: 410px);
|
||||
@custom-media --small-40 (max-width: 480px);
|
||||
@custom-media --small-30 (max-width: 540px);
|
||||
@custom-media --small-20 (max-width: 650px);
|
||||
|
||||
@@ -51,3 +51,9 @@
|
||||
height: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.ellipsis {
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user