Updating Converse upstream (with bootstrap5):
* bootstrap 5 compatibility * other Converse updates integration * hack to get the sidebar work as with Converse v10. * modal onHide was renamed close. * fix slow mode infobox margin. * fix margin * shorter action label, for better dropdown UX.
This commit is contained in:
@ -97,7 +97,7 @@ const tplViewerMode = (o) => {
|
||||
<div class="livechat-viewer-mode-content chatroom-form-container">
|
||||
<form class="converse-form chatroom-form" @submit=${ev => setNickname(ev, model)}>
|
||||
<label>${i18nHeading}</label>
|
||||
<fieldset class="form-group">
|
||||
<fieldset>
|
||||
<input type="text"
|
||||
required
|
||||
name="nick"
|
||||
@ -105,7 +105,7 @@ const tplViewerMode = (o) => {
|
||||
class="form-control"
|
||||
placeholder="${i18nNickname}"/>
|
||||
</fieldset>
|
||||
<fieldset class="form-group">
|
||||
<fieldset>
|
||||
<input type="submit" class="btn btn-primary" name="join" value="${i18nJoin}"/>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user