Misc web updates (#147)

* Try and clarify max viewer count string

* Shrink title font size on small screens to fit username

* Hide stream info on small screens to buy some space

* Hide emoji button on small screens until we can fix it. For #140

* Make jumping to bottom be a part of the render pass to fix race condition. For #140

* Remove About in info view. We can add it back. Just playing with that since it was missing a space anyway

* address some own mr comments

Co-authored-by: Ginger Wong <omqmail@gmail.com>
This commit is contained in:
Gabe Kangas
2020-09-13 22:02:04 -07:00
committed by GitHub
parent 75db8c1edb
commit 6a3f634ef5
4 changed files with 53 additions and 21 deletions

View File

@@ -476,11 +476,12 @@ export default class App extends Component {
>
<span>${streamStatusMessage}</span>
<span>${viewerCount} ${pluralize('viewer', viewerCount)}.</span>
<span
>${sessionMaxViewerCount} Max
${pluralize('viewer', sessionMaxViewerCount)}.</span
>
<span>${overallMaxViewerCount} overall.</span>
<span>
Max ${sessionMaxViewerCount} ${" "} ${pluralize('viewer', sessionMaxViewerCount)} this stream.
</span>
<span>
${overallMaxViewerCount} all time.
</span>
</section>
</main>
@@ -496,7 +497,6 @@ export default class App extends Component {
class="user-content-header border-b border-gray-500 border-solid"
>
<h2 class="font-semibold text-5xl">
About
<span class="streamer-name text-indigo-600"
>${streamerName}</span
>