update styles to fit fullhd
This commit is contained in:
@@ -168,8 +168,8 @@ export class ScrollingTextBox {
|
|||||||
|
|
||||||
private paragraphs: Paragraph[];
|
private paragraphs: Paragraph[];
|
||||||
|
|
||||||
private static MAX_HEIGHT: number = 1000;
|
private static MAX_HEIGHT: number = 650;
|
||||||
private static CENTER_HEIGHT: number = 600;
|
private static CENTER_HEIGHT: number = 350;
|
||||||
private static VERTICAL_MARGIN: number = 10;
|
private static VERTICAL_MARGIN: number = 10;
|
||||||
|
|
||||||
public constructor() {
|
public constructor() {
|
||||||
|
@@ -143,7 +143,7 @@ body {
|
|||||||
-ms-overflow-style: none;
|
-ms-overflow-style: none;
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 1000px;
|
height: 650px;
|
||||||
|
|
||||||
.paragraph {
|
.paragraph {
|
||||||
transition: .5s ease color, .5s ease transform, .5s ease opacity;
|
transition: .5s ease color, .5s ease transform, .5s ease opacity;
|
||||||
|
Reference in New Issue
Block a user