From 8a41778c9d77225f90067573123568489f9f1bdc Mon Sep 17 00:00:00 2001 From: ntr Date: Tue, 8 Oct 2019 12:09:44 +1100 Subject: [PATCH] borders for mobile --- client/assets/styles/instance.mobile.less | 2 +- client/src/app.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/assets/styles/instance.mobile.less b/client/assets/styles/instance.mobile.less index d957da40..4621af75 100644 --- a/client/assets/styles/instance.mobile.less +++ b/client/assets/styles/instance.mobile.less @@ -107,7 +107,7 @@ "avatar " "stats "; - border-top: 0; + border: 0; padding: 0; transition-property: all; diff --git a/client/src/app.jsx b/client/src/app.jsx index c4cfb902..b63b55a6 100644 --- a/client/src/app.jsx +++ b/client/src/app.jsx @@ -15,7 +15,7 @@ const registerEvents = require('./events'); const Mnml = require('./components/mnml'); -if (process.env.NODE_ENV === 'PRODUCTION') { +if (process.env.NODE_ENV !== 'development') { LogRocket.init('yh0dy3/mnml'); }