mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-07-23 22:20:17 +08:00
优化群聊弹窗样式,增加最大高度和滚动条支持 (#231)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d781cfba22
commit
8c119ac17e
@ -41,6 +41,9 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
border-radius: 8px;
|
||||
max-width: 500px;
|
||||
width: 90%;
|
||||
max-height: 80vh;
|
||||
overflow-y: auto;
|
||||
position: relative;
|
||||
`;
|
||||
|
||||
let timeLeft = 30 ; // 倒计时秒数
|
||||
|
Loading…
Reference in New Issue
Block a user