| |
| #hy-chat [class*="avatar"] { |
| display: none !important; |
| width: 0 !important; |
| height: 0 !important; |
| min-width: 0 !important; |
| min-height: 0 !important; |
| overflow: hidden !important; |
| opacity: 0 !important; |
| margin: 0 !important; |
| padding: 0 !important; |
| position: absolute !important; |
| pointer-events: none !important; |
| } |
|
|
| |
| #hy-chat button[aria-label="Copy message"], |
| #hy-chat button[title="Copy message"], |
| #hy-chat button[aria-label="Share message"], |
| #hy-chat button[title="Share message"], |
| #hy-chat button[aria-label="Delete message"], |
| #hy-chat button[title="Delete message"], |
| #hy-chat button[aria-label="Retry"], |
| #hy-chat button[title="Retry"], |
| #hy-chat button[aria-label="Undo"], |
| #hy-chat button[title="Undo"], |
| #hy-chat .message-buttons-bot, |
| #hy-chat .message-buttons-user, |
| #hy-chat .bot .icon-button-wrapper, |
| #hy-chat .user .icon-button-wrapper, |
| #hy-chat .bot .icon-button, |
| #hy-chat .user .icon-button, |
| #hy-chat .likeable { |
| display: none !important; |
| } |
|
|
| |
| |
| |
| |
| |
| |
| |
|
|
| |
| #hy-chat .message-row img:not([class*="markdown"]), |
| #hy-chat .message-row svg { |
| display: none !important; |
| } |
| |
| |
| #hy-chat#hy-chat .message-row .code-copy-btn, |
| #hy-chat#hy-chat .message-row .code-copy-btn svg, |
| #hy-chat#hy-chat .message-row .code-copy-btn svg * { |
| display: inline-flex !important; |
| } |
| #hy-chat#hy-chat .message-row .code-copy-btn svg { |
| display: block !important; |
| } |
| |
| |
| #hy-chat#hy-chat .message-row .katex svg, |
| #hy-chat#hy-chat .message-row .katex-display svg { |
| display: inline !important; |
| } |
|
|
| |
| #hy-chat button.scroll-hide, |
| #hy-chat button[aria-label*="scroll" i], |
| #hy-chat button[aria-label*="bottom" i], |
| #hy-chat .scroll-to-bottom, |
| #hy-chat [class*="scroll-button"], |
| #hy-chat [class*="scrollButton"], |
| #hy-chat button[class*="scroll"] { |
| display: none !important; |
| visibility: hidden !important; |
| opacity: 0 !important; |
| pointer-events: none !important; |
| } |
|
|
| |
| |
| |
| |
| |
| #hy-busy-marker, |
| #hy-busy-marker * { |
| position: absolute !important; |
| width: 0 !important; |
| height: 0 !important; |
| margin: 0 !important; |
| padding: 0 !important; |
| border: 0 !important; |
| overflow: hidden !important; |
| clip: rect(0 0 0 0) !important; |
| clip-path: inset(50%) !important; |
| visibility: hidden !important; |
| opacity: 0 !important; |
| pointer-events: none !important; |
| user-select: none !important; |
| } |
|
|
| |
| .progress-bar-wrap, |
| .progress-bar, |
| .progress-text, |
| .progress, |
| .eta-bar, |
| [data-testid="loader"], |
| .loader, |
| .wrap.default.minimal, |
| .gradio-container .status-wrap, |
| .gradio-container .status, |
| .gradio-container .meta-text, |
| .gradio-container .meta-text-center, |
| .gradio-container [class*="progress"], |
| .gradio-container [class*="Progress"], |
| .gradio-container .generating, |
| #hy-chat .generating, |
| #hy-chat .progress, |
| #hy-chat .progress-text, |
| #hy-chat [class*="progress"], |
| #hy-chat [class*="loading"], |
| #hy-chat [class*="loader"] { |
| display: none !important; |
| visibility: hidden !important; |
| opacity: 0 !important; |
| pointer-events: none !important; |
| height: 0 !important; |
| width: 0 !important; |
| } |
|
|