diff --git a/dev/webpack.appmt.config.js b/dev/webpack.appmt.config.js index dd5c92833..09babf435 100644 --- a/dev/webpack.appmt.config.js +++ b/dev/webpack.appmt.config.js @@ -73,7 +73,7 @@ module.exports = new Config().extend({ }), // CC new FaviconsPlugin('images/modtools_logo.png'), new webpack.DefinePlugin({ - APP_VERSION: JSON.stringify('0.2.20, 30 October 2019.'), + APP_VERSION: JSON.stringify('0.2.20, 11 November 2019.'), // CC SET ABOVE: API: JSON.stringify(BASE_URL+'/api/'), FACEBOOK_APPID: JSON.stringify('134980666550322'), FACEBOOK_GRAFFITI_APPID: JSON.stringify('115376591981611'), diff --git a/http/css/modtools.css b/http/css/modtools.css index 08acfba9a..84e17269b 100644 --- a/http/css/modtools.css +++ b/http/css/modtools.css @@ -160,14 +160,25 @@ } .notifchat { - top: -14px; - width: 35px; /* CC */ + top: -14px; } #js-notifchat .badge, #js-discoursechat .badge { - position: absolute; /* CC */ - top: -10px; /* CC */ - right: 15px; /* CC */ + position: relative; + top: -15px; + left: -35px; +} + +@media(max-width:320px) { /* CC */ + .notifchat { + width: 35px; + } + + #js-notifchat .badge, #js-discoursechat .badge { + position: absolute; + top: -10px; + right: 15px; + } } .pageContent.landing {