Update ConverseJS + CSS fix.
This commit is contained in:
parent
3da491ea49
commit
583f581192
@ -18,8 +18,8 @@ set -x
|
||||
CONVERSE_VERSION="v11.0.0"
|
||||
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.
|
||||
# 2024-09-11: using Converse upstream (v11 WIP).
|
||||
CONVERSE_COMMIT="b5452466b90ff646e9ba5aa19e572a8ba958db83"
|
||||
# 2024-09-17: using Converse upstream (v11 WIP).
|
||||
CONVERSE_COMMIT="07dc6f4f5da5890b02a46a8a2f2d0498649786bc"
|
||||
|
||||
# It is possible to use another repository, if we want some customization that are not upstream (yet):
|
||||
# CONVERSE_VERSION="livechat"
|
||||
|
@ -203,6 +203,7 @@ body.converse-embedded {
|
||||
// This margin-left trick is to align the button on the right.
|
||||
margin-left: auto !important;
|
||||
order: 99;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user