Update assets/app.css
Browse files- assets/app.css +2 -2
assets/app.css
CHANGED
@@ -88,14 +88,14 @@
|
|
88 |
}
|
89 |
|
90 |
.bot_avatar {
|
91 |
-
width:
|
92 |
height: 100px;
|
93 |
border-radius: 50%;
|
94 |
overflow: hidden;
|
95 |
}
|
96 |
|
97 |
.bot_avatar img {
|
98 |
-
width:
|
99 |
height: 100px;
|
100 |
}
|
101 |
|
|
|
88 |
}
|
89 |
|
90 |
.bot_avatar {
|
91 |
+
width: 100px;
|
92 |
height: 100px;
|
93 |
border-radius: 50%;
|
94 |
overflow: hidden;
|
95 |
}
|
96 |
|
97 |
.bot_avatar img {
|
98 |
+
width: 100px;
|
99 |
height: 100px;
|
100 |
}
|
101 |
|