Created
March 6, 2025 04:19
-
-
Save WooodHead/c8d19edeab4756eeab6f6891a9c5efb6 to your computer and use it in GitHub Desktop.
腾讯元宝 DeepSeek 聊天界面样式修改
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.agent-dialogue__content-copyright{ | |
display: none !important; | |
} | |
.agent-dialogue__content--common__input-box{ | |
padding-block: 0 !important; | |
} | |
.style__text-area--pc___C05gv, | |
.style__text-area--pc___C05gv{ | |
min-height: 24px !important; | |
} | |
.layout-mobile .agent-dialogue__tool{ | |
top:20px !important; | |
} | |
.agent-dialogue__tool__new-chat--dynamic{ | |
height: 20px !important; | |
} | |
.agent-dialogue__tool{ | |
top:20px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment