This commit is contained in:
status-im-auto 2023-01-27 22:48:39 +00:00 committed by Jenkins
parent d6e9bf983e
commit bc562f254e
3 changed files with 2 additions and 3 deletions

View File

@ -37,7 +37,7 @@
}
.container {
width: 800px;
width: 100%;
min-width: 300px;
max-width: 800px;
height: 100%;

View File

@ -189,7 +189,6 @@
type="text"
></textarea>
<button id="send-btn" type="button" disabled>Send message</button>
<button id="connect-chat-btn" type="button">Connect to chat</button>
</div>
</div>
</div>

File diff suppressed because one or more lines are too long