1
2
3
4
5
6
7
/*右收 Ver.2*/
#game_window { right:-580px; transition:right 0.6s; z-index:1000003; }
#game_window:hover { right:20px; }
#game_chat_logs {height:275px; s} /*調整聊天紀錄欄位高度*/
#game_input { right:calc(100% + -304px); transition:right 0.6s; width:294px; z-index:1000004; } /*輸入欄位移動*/
#game_window:hover #game_input { right:221.5px; } /*調整輸入欄位與聊天紀錄同寬*/
#game_save_chat_logs {position: absolute; bottom:19px;} /*調整儲存聊天紀錄按鈕位置*/