chat: make writing bubbles smaller
This commit is contained in:
parent
806e7548a1
commit
21224200b4
3 changed files with 6 additions and 4 deletions
|
@ -7811,6 +7811,8 @@ output {
|
||||||
margin-right: -4px;
|
margin-right: -4px;
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
|
width: 12px;
|
||||||
|
height: 12px;
|
||||||
fill: hsl(0,0%,90%);
|
fill: hsl(0,0%,90%);
|
||||||
margin-left: -4px;
|
margin-left: -4px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
|
@ -264,8 +264,8 @@
|
||||||
.zammad-chat-loading-circle {
|
.zammad-chat-loading-circle {
|
||||||
background: #d9d9d9;
|
background: #d9d9d9;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
height: 0.72em;
|
height: 0.55em;
|
||||||
width: 0.72em;
|
width: 0.55em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
-webkit-animation: ease-in-out load-fade 600ms infinite alternate;
|
-webkit-animation: ease-in-out load-fade 600ms infinite alternate;
|
||||||
animation: ease-in-out load-fade 600ms infinite alternate; }
|
animation: ease-in-out load-fade 600ms infinite alternate; }
|
||||||
|
|
|
@ -288,8 +288,8 @@
|
||||||
.zammad-chat-loading-circle {
|
.zammad-chat-loading-circle {
|
||||||
background: hsl(0,0%, 85%);
|
background: hsl(0,0%, 85%);
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
height: 0.72em;
|
height: 0.55em;
|
||||||
width: 0.72em;
|
width: 0.55em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
animation: ease-in-out load-fade 600ms infinite alternate;
|
animation: ease-in-out load-fade 600ms infinite alternate;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue