Merge pull request #213 from NicolasConstant/develop

0.19.4 PR
This commit is contained in:
Nicolas Constant 2020-02-12 22:20:15 -05:00 committed by GitHub
commit ccbe9bb01a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

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

View File

@ -14,6 +14,7 @@
body {
box-sizing: border-box;
text-align: start;
}
html, body {
@ -29,6 +30,10 @@ html, body {
background-color: $color-primary;
overflow: hidden;
}
p {
unicode-bidi: plaintext;
}
// .invisible {
// display: none;
@ -42,4 +47,4 @@ html, body {
// #toot-content a {
// color: #bec3d8;
// }
// }