mirror of
https://github.com/LC044/WeChatMsg
synced 2025-05-23 00:28:05 +08:00
修复部分浏览器HTML样式失效的问题
This commit is contained in:
parent
9a37fc4aa2
commit
c68636dcf4
@ -170,6 +170,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.container .content {
|
.container .content {
|
||||||
|
}
|
||||||
.bubble {
|
.bubble {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
@ -613,8 +614,6 @@ body {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin-top: -4.4px;
|
margin-top: -4.4px;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.modal {
|
.modal {
|
||||||
display: none;
|
display: none;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
Loading…
Reference in New Issue
Block a user