borders for mobile

This commit is contained in:
ntr 2019-10-08 12:09:44 +11:00
parent 14bc1819ed
commit 8a41778c9d
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@
"avatar " "avatar "
"stats "; "stats ";
border-top: 0; border: 0;
padding: 0; padding: 0;
transition-property: all; transition-property: all;

View File

@ -15,7 +15,7 @@ const registerEvents = require('./events');
const Mnml = require('./components/mnml'); const Mnml = require('./components/mnml');
if (process.env.NODE_ENV === 'PRODUCTION') { if (process.env.NODE_ENV !== 'development') {
LogRocket.init('yh0dy3/mnml'); LogRocket.init('yh0dy3/mnml');
} }