99AI/public/assets/chat-8fd922b8.css
2024-07-07 13:09:08 +08:00

2 lines
1.7 KiB
CSS

@keyframes breathe{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.5);opacity:.5}}.breathing-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background-color:#000;animation:breathe 2s infinite}@keyframes breathe{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.75);opacity:.75}}.loading-anchor:after{content:"";display:inline-block;width:.875em;height:.875em;margin-left:2px;background-color:#000;border-radius:50%;animation:breathe 2s infinite ease-in-out;vertical-align:middle}.markdown-body{background-color:transparent;font-size:1rem;max-width:80vw}.markdown-body p{white-space:pre-wrap}.markdown-body ol{list-style-type:decimal}.markdown-body ul{list-style-type:disc}.markdown-body pre code,.markdown-body pre tt{line-height:1.65}.markdown-body .highlight pre,.markdown-body pre{background-color:#1f2937}.markdown-body code.hljs{padding:0}.markdown-body .code-block-wrapper{position:relative;padding-top:2rem;max-width:80vw;scrollbar-width:none;-ms-overflow-style:none}.markdown-body .code-block-wrapper::-webkit-scrollbar{display:none}.markdown-body .code-block-header{position:absolute;top:5px;right:0;width:100%;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;color:#b3b3b3}.markdown-body .code-block-header__copy{cursor:pointer;margin-left:.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.markdown-body .code-block-header__copy:hover{color:#65a665}.whitespace-pre-wrap{font-size:1rem}.rotate-icon{animation:rotateAnimation 3s linear infinite;transform-origin:center}@keyframes rotateAnimation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}::v-deep .rotate-icon{animation:rotateAnimation 1s linear infinite}