diff --git a/chat.php b/chat.php index 6d37bbb..54b6a73 100644 --- a/chat.php +++ b/chat.php @@ -274,7 +274,7 @@ function print_stylesheet($init=false){ echo '.post table,.controls table,.login table{border-spacing:0px;margin-left:auto;margin-right:auto;} .login table{border:2px solid;} .controls{overflow-y:none;} '; echo '#manualrefresh{display:block;position:fixed;text-align:center;left:25%;width:50%;animation:timeout_messages '; if(isset($U['refresh'])){ - echo $U['refresh']+10; + echo $U['refresh']+20; }else{ echo '160'; }