Keldos commited on
Commit
0acb4f5
1 Parent(s): 2f1ac44

WIP 微调app-title大小

Browse files
web_assets/stylesheet/ChuanhuChat.css CHANGED
@@ -387,7 +387,7 @@ body.popup-open {
387
  max-width: 800px;
388
  /* margin: 0 auto; */
389
  gap: 20px;
390
- padding: 16px 24px 24px;
391
  display: flex;
392
  background: none;
393
  align-self: end;
 
387
  max-width: 800px;
388
  /* margin: 0 auto; */
389
  gap: 20px;
390
+ padding: 16px 16px 24px;
391
  display: flex;
392
  background: none;
393
  align-self: end;
web_assets/stylesheet/chatbot.css CHANGED
@@ -156,8 +156,10 @@ hr.append-display {
156
  [data-testid = "user"] {
157
  max-width: calc(100% - 84px) !important;
158
  }
159
- .chatbot-avatar {
160
- display: none;
 
 
161
  }
162
  #app-title h1{
163
  letter-spacing: -1px; font-size: 22px;
 
156
  [data-testid = "user"] {
157
  max-width: calc(100% - 84px) !important;
158
  }
159
+
160
+ #app-title {
161
+ transform: scale(0.95);
162
+ transform-origin: left center;
163
  }
164
  #app-title h1{
165
  letter-spacing: -1px; font-size: 22px;