Skip to content

Commit

Permalink
Merge pull request #213 from NicolasConstant/develop
Browse files Browse the repository at this point in the history
0.19.4 PR
  • Loading branch information
NicolasConstant authored Feb 13, 2020
2 parents 92fc1d4 + 0702063 commit ccbe9bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 6 additions & 1 deletion src/sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

body {
box-sizing: border-box;
text-align: start;
}

html, body {
Expand All @@ -29,6 +30,10 @@ html, body {
background-color: $color-primary;
overflow: hidden;
}

p {
unicode-bidi: plaintext;
}

// .invisible {
// display: none;
Expand All @@ -42,4 +47,4 @@ html, body {

// #toot-content a {
// color: #bec3d8;
// }
// }

0 comments on commit ccbe9bb

Please sign in to comment.