Merge pull request #340 from NicolasConstant/develop

1.0.2 PR
This commit is contained in:
Nicolas Constant 2021-01-06 00:36:52 +01:00 committed by GitHub
commit 9ae1711093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -44,4 +44,4 @@ deploy:
folder: /
application: dist.zip
on:
branch: master
APPVEYOR_REPO_TAG: true

View File

@ -1,6 +1,6 @@
{
"name": "sengi",
"version": "1.0.1",
"version": "1.0.2",
"license": "AGPL-3.0-or-later",
"main": "main-electron.js",
"description": "A multi-account desktop client for Mastodon and Pleroma",

View File

@ -95,4 +95,8 @@ $expand-color: $column-color;
background: #384958;
}
}
img {
max-width: 100%;
}
}