kz919 commited on
Commit
7ae59f3
1 Parent(s): c19f298

Update assets/app.css

Browse files
Files changed (1) hide show
  1. assets/app.css +2 -2
assets/app.css CHANGED
@@ -88,14 +88,14 @@
88
  }
89
 
90
  .bot_avatar {
91
- width: 300px;
92
  height: 100px;
93
  border-radius: 50%;
94
  overflow: hidden;
95
  }
96
 
97
  .bot_avatar img {
98
- width: 300px;
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