迁移五子棋邀请按钮事件
This commit is contained in:
@@ -10,6 +10,15 @@
|
||||
'Segoe UI Symbol', 'Noto Color Emoji';
|
||||
}
|
||||
|
||||
/* 五子棋公屏邀请按钮由 Vite 事件委托接管,这里集中维护 hover 视觉态。 */
|
||||
.gomoku-invite-open:hover {
|
||||
background: #ddeeff !important;
|
||||
}
|
||||
|
||||
.gomoku-invite-accept:hover {
|
||||
opacity: .8 !important;
|
||||
}
|
||||
|
||||
.vip-presence-banner {
|
||||
position: fixed;
|
||||
inset: 24px 24px auto 24px;
|
||||
|
||||
Reference in New Issue
Block a user