@chat21/chat21-ionic 3.4.5-rc.1 → 3.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # chat21-ionic ver 3.0
2
2
 
3
+ ### 3.4.5 in PROD
4
+
5
+ ### 3.4.5-rc.2
6
+ - changed: sidebar css improvement
7
+
3
8
  ### 3.4.5-rc.1
4
9
  - changed: management of sidebar icon with env variable
5
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chat21/chat21-ionic",
3
3
  "author": "Tiledesk SRL",
4
- "version": "3.4.5-rc.1",
4
+ "version": "3.4.5",
5
5
  "license": "MIT License",
6
6
  "homepage": "https://tiledesk.com/",
7
7
  "repository": {
@@ -115,11 +115,11 @@ div:hover > a > i {
115
115
 
116
116
  }
117
117
 
118
- .sidebar-up{
119
- position: absolute;
120
- top: 0;
121
- }
122
- .sidebar-bottom{
123
- position: absolute;
124
- bottom: 0;
125
- }
118
+ // .sidebar-up{
119
+ // position: absolute;
120
+ // top: 0;
121
+ // }
122
+ // .sidebar-bottom{
123
+ // position: absolute;
124
+ // bottom: 0;
125
+ // }
package/src/global.scss CHANGED
@@ -321,6 +321,9 @@ select:-webkit-autofill:focus {
321
321
  position: relative;
322
322
  height: calc(100vh - 60px);
323
323
  overflow: auto;
324
+ display: flex;
325
+ flex-direction: column;
326
+ justify-content: space-between;
324
327
  width: 60px;
325
328
  z-index: 4;
326
329