Skip to content

Commit

Permalink
Tweak MT header icons
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscant committed Nov 12, 2019
1 parent c6478da commit 96b4821
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dev/webpack.appmt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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, 11 November 2019.'),
APP_VERSION: JSON.stringify('0.2.21, 12 November 2019.'),
// CC SET ABOVE: API: JSON.stringify(BASE_URL+'/api/'),
FACEBOOK_APPID: JSON.stringify('134980666550322'),
FACEBOOK_GRAFFITI_APPID: JSON.stringify('115376591981611'),
Expand Down
15 changes: 7 additions & 8 deletions http/css/modtools.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,24 +161,23 @@

.notifchat {
top: -14px;
width: 50px;
}

#js-notifchat .badge, #js-discoursechat .badge {
position: relative;
top: -15px;
left: -35px;
position: absolute;
top: -10px;
left: 15px;
}

@media(max-width:320px) { /* CC */
.notifchat {
width: 35px;
width: 40px;
}

#js-notifchat .badge, #js-discoursechat .badge {
position: absolute;
top: -10px;
right: 15px;
left: auto;
/*right: 15px;
left: auto;*/
}
}

Expand Down
2 changes: 1 addition & 1 deletion mobile/modtools/android/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="140" id="org.ilovefreegle.modtools" version="0.2.20" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="141" id="org.ilovefreegle.modtools" version="0.2.21" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>ModTools</name>
<description>Tool to help moderators of Freegle and similar groups</description>
<author email="[email protected]" href="https://ilovefreegle.org">
Expand Down
2 changes: 1 addition & 1 deletion mobile/modtools/ios/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="org.ilovefreegle.modtools" ios-CFBundleVersion="145" version="0.2.20" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="org.ilovefreegle.modtools" ios-CFBundleVersion="146" version="0.2.21" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>ModTools</name>
<description>Tool to help moderators of Freegle and similar groups</description>
<author email="[email protected]" href="https://ilovefreegle.org">
Expand Down

0 comments on commit 96b4821

Please sign in to comment.