Address chat modal button issues (#3042)

* don't display chat button or modal if isModal is true. dont display the show/hide chat option in the userdropedown for tablet sizes either. tweak chat button styles and make chat button bg the same as the chat component bg color.

* only show chat button if online

* fix(chat): chat should be available through 5min buffer period. Fixes #3044

* fix(test): update mobile test

---------

Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
gingervitis
2023-05-23 16:32:35 -07:00
committed by GitHub
parent b6aee0eda9
commit 29041e6d76
4 changed files with 17 additions and 7 deletions

View File

@@ -110,6 +110,11 @@
width: 100px;
height: 40px;
bottom: 40px;
right: 10px;
right: var(--content-padding);
font-weight: 600;
font-size: 1em;
z-index: 99;
background-color: var(--theme-color-components-chat-background);
border-width: 0;
box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 20%);
}