diff --git a/public/index.html b/public/index.html index 91b6343..dfcc6d5 100644 --- a/public/index.html +++ b/public/index.html @@ -81,19 +81,40 @@ display: flex; flex-direction: column; flex: 1; - padding: 8px 16px; + padding: 8px 4px; list-style: none; align-items: flex-start; margin-top: 1px; - -ms-overflow-style: none; /* IE and Edge */ - scrollbar-width: none; /* Firefox */ + /*-ms-overflow-style: none; /* IE and Edge */ + /*scrollbar-width: none; /* Firefox */ } + /* #chatcontent::--webkit-scrollbar { display: none; visibility: hidden; } + */ + + #chatentry { + display: flex; + flex-direction: row; + align-items: center; + margin: 1px; + } + + #chatusername { + font-weight: bold; + flex: 1; + margin-right: auto; + margin-bottom: auto; + } + + #chatmessage { + margin-left: 8px; + flex: 5; + } hr.solid { border-top: 3px solid var(--ruleColor); @@ -216,6 +237,8 @@ -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; + white-space: nowrap; + overflow-x: hidden; } #voteopts { @@ -274,12 +297,7 @@

JURY NOTES


- +
@@ -320,9 +338,102 @@