5 Star 47 Fork 59

野火IM/uni-chat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
global.css 507 Bytes
一键复制 编辑 原始数据 按行查看 历史
armXyz 提交于 2023-11-14 15:50 . update style
* {
margin: 0;
padding: 0;
box-sizing: border-box;
-webkit-app-region: no-drag;
}
img.emoji {
height: 1em !important;
width: 1em !important;
margin: 0 .05em 0 .1em;
vertical-align: -0.1em;
user-select: none;
}
.single-line {
max-width: 100%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
ul,
ol {
list-style: none;
}
div,
button,
img,
video {
outline: none;
}
p,
div {
word-break: break-all;
user-select: none;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wfchat/uni-chat.git
git@gitee.com:wfchat/uni-chat.git
wfchat
uni-chat
uni-chat
main

搜索帮助