-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidepanel.css
More file actions
5 lines (4 loc) · 5.13 KB
/
Copy pathsidepanel.css
File metadata and controls
5 lines (4 loc) · 5.13 KB
1
2
3
4
5
:root{height:100%;color:#29382f;background:#f9f7f0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}body{margin:0;min-width:300px;height:100%;overflow:hidden}main{height:100%;min-height:0;overflow:hidden;display:flex;flex-direction:column}header{height:54px;flex:0 0 auto;padding:0 12px 0 15px;border-bottom:1px solid #deddd4;background:#f0f3ec;display:flex;align-items:center;justify-content:space-between;gap:8px}.brand{display:flex;align-items:center;gap:8px;min-width:0}.brand i{flex:0 0 auto;font-style:normal;font-size:23px;color:#3e7256}.brand strong{flex:0 0 auto;font:700 17px ui-serif,Georgia,serif}.brand span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-left:1px solid #cfd7ce;padding-left:8px;color:#66756c;font-size:12px}header button{flex:0 0 auto;border:0;border-radius:6px;background:transparent;color:#3e7256;font-size:20px;padding:6px 8px;cursor:pointer}header button:hover{background:#dfe9df}#panel{padding:23px 19px;overflow:auto;flex:1;line-height:1.62;font-size:14px}.label{color:#3e7256;font-size:10px;font-weight:750;letter-spacing:1.2px;margin:0 0 7px}blockquote{margin:0 0 16px;padding:10px 12px;background:#f3efdf;border-left:3px solid #e4c95e;border-radius:0 5px 5px 0;color:#4d594e;font:16px/1.5 ui-serif,Georgia,serif;white-space:pre-wrap}textarea{display:block;width:100%;min-height:145px;resize:vertical;border:1px solid #d7d9d0;border-radius:8px;background:#fff;padding:11px;color:#29382f;font:inherit;margin:14px 0}.primary{border:0;border-radius:8px;background:#3e7256;color:#fff;padding:10px 14px;font-weight:700;cursor:pointer}.markdown{line-height:1.7}.markdown h2,.markdown h3,.markdown h4{font-family:ui-serif,Georgia,serif;line-height:1.28;margin:1.25em 0 .45em}.markdown h2{font-size:22px}.markdown h3{font-size:18px}.markdown h4{font-size:16px}.markdown p{margin:0 0 13px}.markdown ul,.markdown ol{margin:0 0 14px;padding-left:22px}.markdown li{margin:5px 0}.markdown code{padding:1px 4px;border-radius:4px;background:#e9ece5;font:12px ui-monospace,SFMono-Regular,Menlo,monospace}.markdown blockquote{margin:0 0 14px;font-size:15px}.empty{text-align:center;color:#718078;margin:100px auto 0;max-width:260px}.empty b{display:block;font-size:44px;color:#3e7256;margin-bottom:10px}.empty p{line-height:1.6}
.chat-history{display:grid;gap:12px}.chat-message{padding:10px 11px;border-radius:8px;background:#f4f5ef}.chat-message.user{background:#edf3eb}.chat-message .markdown p:last-child{margin-bottom:0}.follow-up{display:flex;gap:7px;margin-top:18px;padding-top:14px;border-top:1px solid #e2e1d8}.follow-up input{min-width:0;flex:1;border:1px solid #d7d9d0;border-radius:7px;background:#fff;padding:9px}.follow-up button{border:0;border-radius:7px;background:#3e7256;color:#fff;padding:8px 11px;font-weight:700;cursor:pointer}.conversation-tools{display:flex;gap:10px;margin-top:9px}.conversation-tools button{border:0;background:transparent;color:#3e7256;padding:3px 0;font-size:12px;cursor:pointer}.header-actions{display:flex;gap:2px}.conversation-list{display:grid;gap:8px}.conversation-list button{border:1px solid #deddd4;border-radius:8px;background:#fff;padding:10px;text-align:left;color:#29382f;cursor:pointer}.conversation-list button:hover{border-color:#8eaf98}.conversation-list strong,.conversation-list span,.conversation-list small{display:block}.conversation-list span{margin:4px 0;color:#536259;line-height:1.4}.conversation-list small{color:#89948a;font-size:10px}
#panel{padding:0;overflow:hidden;display:flex;flex-direction:column;min-height:0}.panel-content{padding:19px;overflow:auto;flex:1;min-height:0}.composer{flex:0 0 auto;padding:10px 19px 8px;border-top:1px solid #e2e1d8;background:#f9f7f0}.follow-up{margin:0;padding:0;border:0}.conversation-tools{margin:5px 0 0}.initial-answer,.dictionary-result{padding-bottom:2px}.dictionary-result h2,.dictionary-result h3,.dictionary-result h4{margin:.7em 0 .25em}.dictionary-result h2{font-size:21px}.dictionary-result h3{font-size:17px}.dictionary-result p{margin:0 0 8px}.dictionary-result ul,.dictionary-result ol{margin:0 0 8px}.dictionary-result li{margin:2px 0}.table-wrap{overflow:auto;margin:8px 0 12px;border:1px solid #dfe3da;border-radius:7px}.markdown table{border-collapse:collapse;width:100%;font-size:13px;line-height:1.5}.markdown th,.markdown td{padding:7px 8px;border-bottom:1px solid #e2e5de;text-align:left;vertical-align:top}.markdown th{background:#edf3eb;color:#345c46;font-weight:750}.markdown tr:last-child td{border-bottom:0}.loading-state{display:flex;align-items:center;gap:9px;color:#536259;padding:8px 0;font-size:15px}.spinner{width:16px;height:16px;border:2px solid #c6d7cb;border-top-color:#3e7256;border-radius:50%;animation:leaf-spin .75s linear infinite}@keyframes leaf-spin{to{transform:rotate(360deg)}}
.thread-list{display:grid;gap:20px}.thread-entry{padding:0 0 20px;border-bottom:1px solid #e2e1d8}.thread-entry:last-child{padding-bottom:2px;border-bottom:0}.entry-title{margin:0 0 9px;color:#3e7256;font:700 16px ui-serif,Georgia,serif}.thread-entry blockquote{margin-bottom:11px}.thread-entry .chat-history{margin-top:12px}.follow-up button:disabled,.follow-up input:disabled{opacity:.62;cursor:wait}