SeaWolf-AI commited on
Commit
1351b2a
·
verified ·
1 Parent(s): 39b080f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -118,7 +118,7 @@ input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2);}
118
  .logout-btn{padding:5px 11px;border-radius:18px;border:1.5px solid var(--line);background:var(--fog);color:var(--ink4);font-size:11px;font-weight:600;cursor:pointer;transition:all .2s;font-family:var(--fb);}
119
  .logout-btn:hover{border-color:rgba(225,29,72,.3);color:var(--rose);}
120
 
121
- .messages{flex:1;overflow-y:auto;padding:22px 36px;display:flex;flex-direction:column;gap:18px;scroll-behavior:smooth;}
122
  .messages::-webkit-scrollbar{width:4px;}
123
  .messages::-webkit-scrollbar-thumb{background:var(--line2);border-radius:10px;}
124
 
@@ -150,7 +150,7 @@ input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2);}
150
  .msg.user .body{align-items:flex-end;}
151
  .bubble{padding:11px 15px;border-radius:17px;font-size:13.5px;line-height:1.7;color:var(--ink);}
152
  .msg.user .bubble{background:linear-gradient(135deg,#6d28d9,#7c3aed);color:#fff;border-radius:17px 3px 17px 17px;box-shadow:0 4px 16px rgba(109,40,217,.22);}
153
- .msg.bot .bubble{background:var(--white);border:1px solid var(--line);border-radius:3px 17px 17px 17px;box-shadow:var(--sh);margin-left:4px;padding:14px 18px;}
154
  .msg-time{font-size:9px;color:var(--ink4);padding:0 3px;font-family:var(--fm);}
155
 
156
  .think-blk{background:linear-gradient(135deg,rgba(13,148,136,.04),rgba(6,182,212,.04));border:1px solid rgba(13,148,136,.2);border-radius:9px;padding:8px 12px;margin-bottom:10px;}
 
118
  .logout-btn{padding:5px 11px;border-radius:18px;border:1.5px solid var(--line);background:var(--fog);color:var(--ink4);font-size:11px;font-weight:600;cursor:pointer;transition:all .2s;font-family:var(--fb);}
119
  .logout-btn:hover{border-color:rgba(225,29,72,.3);color:var(--rose);}
120
 
121
+ .messages{flex:1;overflow-y:auto;padding:22px 40px;display:flex;flex-direction:column;gap:18px;scroll-behavior:smooth;}
122
  .messages::-webkit-scrollbar{width:4px;}
123
  .messages::-webkit-scrollbar-thumb{background:var(--line2);border-radius:10px;}
124
 
 
150
  .msg.user .body{align-items:flex-end;}
151
  .bubble{padding:11px 15px;border-radius:17px;font-size:13.5px;line-height:1.7;color:var(--ink);}
152
  .msg.user .bubble{background:linear-gradient(135deg,#6d28d9,#7c3aed);color:#fff;border-radius:17px 3px 17px 17px;box-shadow:0 4px 16px rgba(109,40,217,.22);}
153
+ .msg.bot .bubble{background:var(--white);border:1px solid var(--line);border-radius:3px 17px 17px 17px;box-shadow:var(--sh);margin-left:8px;padding:16px 22px;}
154
  .msg-time{font-size:9px;color:var(--ink4);padding:0 3px;font-family:var(--fm);}
155
 
156
  .think-blk{background:linear-gradient(135deg,rgba(13,148,136,.04),rgba(6,182,212,.04));border:1px solid rgba(13,148,136,.2);border-radius:9px;padding:8px 12px;margin-bottom:10px;}