1 Star 0 Fork 49

im / uni-chat

forked from 野火IM / uni-chat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
global.css 817 Bytes
一键复制 编辑 原始数据 按行查看 历史
heavyrian2012 提交于 2022-06-07 16:12 . uni chat code
* {
margin: 0;
padding: 0;
box-sizing: border-box;
-webkit-app-region: no-drag;
}
.tippy-tooltip.light-theme {
/* todo */
background-color: white;
border: 2px solid white;
/*width: 350px;*/
/*height: 350px;*/
}
.tippy-arrow {
border-right: 8px solid white !important;
}
.vue-notification-group {
margin: var(--main-margin-top) var(--main-margin-right) 0 0;
}
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;
}
1
https://gitee.com/wang_im/uni-chat.git
git@gitee.com:wang_im/uni-chat.git
wang_im
uni-chat
uni-chat
main

搜索帮助