Keldos commited on
Commit
d9d1fb2
·
1 Parent(s): 28e8f05

WIP: 微调样式

Browse files
web_assets/stylesheet/ChuanhuChat.css CHANGED
@@ -286,7 +286,7 @@ body.popup-open {
286
  justify-content: space-between;
287
  border-bottom: 0.5px solid var(--border-color-primary);
288
  height: 60px;
289
- padding-inline: 20px;
290
  gap: 0;
291
  position: absolute;
292
  top: 0;
@@ -511,6 +511,9 @@ button.chatbot-input-more-btn:active .sm-round-bg {
511
  flex-direction: row-reverse;
512
  display: inline-flex;
513
  }
 
 
 
514
 
515
  /* default invisible */
516
  #menu-area, #toolbox-area {
 
286
  justify-content: space-between;
287
  border-bottom: 0.5px solid var(--border-color-primary);
288
  height: 60px;
289
+ padding-inline: 20px 16px;
290
  gap: 0;
291
  position: absolute;
292
  top: 0;
 
511
  flex-direction: row-reverse;
512
  display: inline-flex;
513
  }
514
+ .chatbot-full-width .chatbot-input-more-span {
515
+ opacity: 0.64;
516
+ }
517
 
518
  /* default invisible */
519
  #menu-area, #toolbox-area {