Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jsxc/jsxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2021-01-02 20:34:19 +0300
committersualko <klaus@jsxc.org>2021-01-02 20:34:19 +0300
commit0fb3cd90f1f7db668ac7b2fef1dd40764eb340d3 (patch)
tree534e38eda45bd1f131ffbc69abbfcd73132da350 /template
parent839225f266ca9b7d257a9ad83ec09fff674c8da8 (diff)
fix: use border-box
fix #972
Diffstat (limited to 'template')
-rw-r--r--template/chatWindowList.hbs4
-rw-r--r--template/dialog.hbs2
-rw-r--r--template/roster.hbs2
3 files changed, 4 insertions, 4 deletions
diff --git a/template/chatWindowList.hbs b/template/chatWindowList.hbs
index 89bcfdf2..1ee09998 100644
--- a/template/chatWindowList.hbs
+++ b/template/chatWindowList.hbs
@@ -1,7 +1,7 @@
-<div id="jsxc-window-list">
+<div id="jsxc-window-list" class="jsxc-root-container">
<ul></ul>
</div>
-<div id="jsxc-window-list-handler">
+<div id="jsxc-window-list-handler" class="jsxc-root-container ">
<div class="jsxc-scrollLeft jsxc-disabled">&lt;</div>
<div class="jsxc-scrollRight jsxc-disabled">&gt;</div>
</div>
diff --git a/template/dialog.hbs b/template/dialog.hbs
index de49f17b..db5fa595 100644
--- a/template/dialog.hbs
+++ b/template/dialog.hbs
@@ -1,4 +1,4 @@
-<div class="jsxc-dialog-wrapper" id="{{id}}">
+<div class="jsxc-dialog-wrapper jsxc-root-container" id="{{id}}">
<div data-name="{{name}}" class="jsxc-dialog">
<div class="jsxc-dialog__content">
<div class="jsxc-dialog-close jsxc-js-close">×</div>
diff --git a/template/roster.hbs b/template/roster.hbs
index 7a1edc55..2d7bafdd 100644
--- a/template/roster.hbs
+++ b/template/roster.hbs
@@ -1,4 +1,4 @@
-<div id="jsxc-roster">
+<div id="jsxc-roster" class="jsxc-root-container">
<div class="jsxc-contact-list-wrapper">
<div class="jsxc-filter-wrapper">
<i class="jsxc-icon-search jsxc-icon--center"></i>