diff options
| author | RblSb <msrblsb@gmail.com> | 2020-05-20 18:17:03 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-05-20 19:59:56 +0300 |
| commit | 844048b21f34b066bc003a13fae9fca92872c746 (patch) | |
| tree | 4719f5805ac387a550f2a3345d46bbd816e0223f /res/index.html | |
| parent | 8c995a8e206950d7dbb2c2eced641f70b38e44f8 (diff) | |
Fix chat word wrap
closes #6
Diffstat (limited to 'res/index.html')
| -rw-r--r-- | res/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/index.html b/res/index.html index 074c283..b5128eb 100644 --- a/res/index.html +++ b/res/index.html @@ -12,7 +12,7 @@ <script type="module" src="https://cdn.jsdelivr.net/npm/ionicons@5.0.0/dist/ionicons/ionicons.esm.js"></script> <script nomodule="" src="https://cdn.jsdelivr.net/npm/ionicons@5.0.0/dist/ionicons/ionicons.js"></script> </head> -<body style="grid-template-columns: 70fr 4px 30fr;"> +<body style="grid-template-columns: 1fr 4px 300px;"> <!-- Video --> <main id="video" data-simplebar> <!-- Player --> |
