Update ConverseJS + CSS fix.

This commit is contained in:
John Livingston 2024-09-17 10:03:57 +02:00
parent 3da491ea49
commit 583f581192
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 3 additions and 2 deletions

View File

@ -18,8 +18,8 @@ set -x
CONVERSE_VERSION="v11.0.0" CONVERSE_VERSION="v11.0.0"
CONVERSE_REPO="https://github.com/conversejs/converse.js.git" CONVERSE_REPO="https://github.com/conversejs/converse.js.git"
# You can eventually set CONVERSE_COMMIT to a specific commit ID, if you want to apply some patches. # You can eventually set CONVERSE_COMMIT to a specific commit ID, if you want to apply some patches.
# 2024-09-11: using Converse upstream (v11 WIP). # 2024-09-17: using Converse upstream (v11 WIP).
CONVERSE_COMMIT="b5452466b90ff646e9ba5aa19e572a8ba958db83" CONVERSE_COMMIT="07dc6f4f5da5890b02a46a8a2f2d0498649786bc"
# It is possible to use another repository, if we want some customization that are not upstream (yet): # It is possible to use another repository, if we want some customization that are not upstream (yet):
# CONVERSE_VERSION="livechat" # CONVERSE_VERSION="livechat"

View File

@ -203,6 +203,7 @@ body.converse-embedded {
// This margin-left trick is to align the button on the right. // This margin-left trick is to align the button on the right.
margin-left: auto !important; margin-left: auto !important;
order: 99; order: 99;
white-space: nowrap;
} }
} }
} }