0 ? '#42f445' : 'white'}}>
rats peers: {window.peers} {window.peers > 0 ? ' (p2p rats search enabled)' : ' (p2p rats search not available at this moment)'}
{
window.p2pStatus == 0
diff --git a/src/app/index.css b/src/app/index.css
index b4cc725..87fb743 100644
--- a/src/app/index.css
+++ b/src/app/index.css
@@ -3,3 +3,10 @@ body {
padding: 0;
font-family: sans-serif;
}
+
+@media only screen and (max-width: 500px)
+{
+ .peers-status {
+ display: none;
+ }
+}
\ No newline at end of file