diff --git a/gui/package.json b/gui/package.json index e7227173..67603307 100644 --- a/gui/package.json +++ b/gui/package.json @@ -32,7 +32,7 @@ "@electron/osx-sign": "^1.0.4", "@popperjs/core": "^2.11.6", "blob-util": "^2.0.2", - "bootstrap": "^5.2.3", + "bootstrap": "^5.3.0-alpha.1", "bootstrap-icons": "^1.10.3", "bootswatch": "^5.2.3", "browser-image-compression": "^2.0.0", diff --git a/gui/preload-chat.js b/gui/preload-chat.js index 37c4d002..c392e844 100644 --- a/gui/preload-chat.js +++ b/gui/preload-chat.js @@ -998,9 +998,9 @@ update_chat = function (obj) { var controlarea_transmit = `
- - - + + +
`; @@ -1008,8 +1008,8 @@ update_chat = function (obj) { var controlarea_receive = `
- - + +
`; @@ -1019,13 +1019,13 @@ update_chat = function (obj) { var filetype = "text/plain"; var controlarea_transmit = `
- - + +
`; var controlarea_receive = `
- +
`; } @@ -1221,7 +1221,7 @@ update_chat = function (obj) { + }" class="btn btn-sm btn-light p-0" style="height:20px;width:30px">-->

diff --git a/gui/src/chat-module.html b/gui/src/chat-module.html index 5f64f0b6..89ae1b43 100644 --- a/gui/src/chat-module.html +++ b/gui/src/chat-module.html @@ -1,5 +1,5 @@ - + @@ -48,7 +48,7 @@
-
+
@@ -284,11 +284,11 @@
-
+
@@ -299,10 +299,10 @@ placeholder="Message - Send with [Enter]" > -
+
@@ -313,7 +313,7 @@ >
@@ -346,7 +346,7 @@ />
diff --git a/gui/src/index.html b/gui/src/index.html index 6ffce88c..ee39489d 100644 --- a/gui/src/index.html +++ b/gui/src/index.html @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ -