Commit 2f2874c6 authored by 박민석's avatar 박민석

update style

parent cf2dea9f
Pipeline #21908 passed with stages
in 4 minutes and 18 seconds
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
// 네트워크 상태 확인 및 버튼 제어 // 네트워크 상태 확인 및 버튼 제어
function checkIfLocalFile () { function checkIfLocalFile () {
if (window.location.protocol !== 'file:') { if (window.location.protocol === 'file:') {
chatButton.style.display = 'none' // 오프라인 상태면 chatButton 숨김 chatButton.style.display = 'none' // 오프라인 상태면 chatButton 숨김
topButton.style.bottom = '20px' topButton.style.bottom = '20px'
menu.style.display = 'none' menu.style.display = 'none'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment