Hansimov commited on
Commit
ca2abb2
1 Parent(s): 1af2928

:zap: [Enhance] css for top-toolbar, and re-position styles for fa

Browse files
Files changed (1) hide show
  1. css/default.css +18 -6
css/default.css CHANGED
@@ -50,6 +50,10 @@ body {
50
  border-radius: 10px;
51
  }
52
 
 
 
 
 
53
  #chat-history-sidebar {
54
  box-shadow: 0px 0px 8px 0px rgba(122, 122, 122, 0.4);
55
  /* background-image: linear-gradient(-45deg, #eef3ff, #e9efff); */
@@ -106,14 +110,12 @@ body {
106
  max-width: 75px;
107
  }
108
 
109
- .fa-spin-fast {
110
- animation: fa-spin 0.6s infinite linear;
111
- color: orange;
112
  }
113
 
114
- .fa-fade-fast {
115
- animation: fa-fade 1.5s infinite linear;
116
- color: orange;
117
  }
118
 
119
  .message-viewer .edit-button,
@@ -171,3 +173,13 @@ body {
171
  .icon-success {
172
  color: green;
173
  }
 
 
 
 
 
 
 
 
 
 
 
50
  border-radius: 10px;
51
  }
52
 
53
+ #top-toolbar {
54
+ background-color: #e9efff;
55
+ }
56
+
57
  #chat-history-sidebar {
58
  box-shadow: 0px 0px 8px 0px rgba(122, 122, 122, 0.4);
59
  /* background-image: linear-gradient(-45deg, #eef3ff, #e9efff); */
 
110
  max-width: 75px;
111
  }
112
 
113
+ #messagers-container {
114
+ padding-top: 73px;
 
115
  }
116
 
117
+ #scroll-to-bottom-button {
118
+ z-index: 100;
 
119
  }
120
 
121
  .message-viewer .edit-button,
 
173
  .icon-success {
174
  color: green;
175
  }
176
+
177
+ .fa-spin-fast {
178
+ animation: fa-spin 0.6s infinite linear;
179
+ color: orange;
180
+ }
181
+
182
+ .fa-fade-fast {
183
+ animation: fa-fade 1.5s infinite linear;
184
+ color: orange;
185
+ }