diff --git a/less/forum.less b/less/forum.less index a121e31..a8da2b9 100644 --- a/less/forum.less +++ b/less/forum.less @@ -19,7 +19,7 @@ @media @phone { .item-viewing { - display: none; + display: none !important; } } diff --git a/src/Commands/WebsocketServer.php b/src/Commands/WebsocketServer.php index ce63e33..2c4aeb9 100644 --- a/src/Commands/WebsocketServer.php +++ b/src/Commands/WebsocketServer.php @@ -118,7 +118,7 @@ protected function configureStatistics() if (!$this->option('disable-statistics')) { $intervalInSeconds = $this->option('statistics-interval'); - echo $intervalInSeconds; + $this->info('Statistics will be saved every '. $intervalInSeconds . ' seconds'); $this->loop->addPeriodicTimer($intervalInSeconds, function () { $this->line('Saving statistics...');