File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ export default {
36
36
37
37
#circle {
38
38
margin : auto ;
39
- height : 32 px ;
40
- width : 32 px ;
39
+ height : 28 px ;
40
+ width : 28 px ;
41
41
border : 3px rgba (0 , 0 , 0 , 0.25 ) solid ;
42
42
border-top : 3px var (--chat-color-spinner ) solid ;
43
43
border-right : 3px var (--chat-color-spinner ) solid ;
@@ -47,6 +47,22 @@ export default {
47
47
animation : spin 1s infinite linear ;
48
48
}
49
49
50
+ @media only screen and (max-width : 768px ) {
51
+ #circle {
52
+ height : 24px ;
53
+ width : 24px ;
54
+ }
55
+
56
+ .container-top {
57
+ padding : 18px ;
58
+
59
+ #circle {
60
+ height : 16px ;
61
+ width : 16px ;
62
+ }
63
+ }
64
+ }
65
+
50
66
@-webkit-keyframes spin {
51
67
from {
52
68
-webkit-transform : rotate (0deg );
Original file line number Diff line number Diff line change @@ -865,11 +865,19 @@ textarea {
865
865
}
866
866
}
867
867
868
+ .container-scroll {
869
+ padding-top : 50px ;
870
+ }
871
+
868
872
.box-footer {
869
873
border-top : var (--chat-border-style-input );
870
874
padding : 7px 2px 7px 7px ;
871
875
}
872
876
877
+ .text-started {
878
+ margin-top : 20px ;
879
+ }
880
+
873
881
textarea {
874
882
padding : 7px ;
875
883
line-height : 18px ;
You can’t perform that action at this time.
0 commit comments