Skip to content

Commit

Permalink
Merge pull request #431 from yang991178/1.1.2
Browse files Browse the repository at this point in the history
Version 1.1.2
  • Loading branch information
yang991178 committed Jun 19, 2022
2 parents d5ab8bf + 3b49577 commit b827f26
Show file tree
Hide file tree
Showing 22 changed files with 765 additions and 381 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:

- name: Build and package the app
run: |
sudo npm install --unsafe-perm=true --allow-root
npm install
npm run build
sudo npm run package-linux
npm run package-linux
- name: Get app version
id: package-version
Expand Down
4 changes: 4 additions & 0 deletions dist/styles/cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@
.card span.h {
background: #fce10080;
}
.card.rtl .snippet,
.card.rtl .title {
direction: rtl;
}

.default-card {
display: inline-block;
Expand Down
2 changes: 1 addition & 1 deletion dist/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ img.favicon.dropdown {
.main::before {
content: "";
display: block;
position: sticky;
position: relative;
top: var(--navHeight);
left: 0;
width: calc(100% - 16px);
Expand Down
2 changes: 1 addition & 1 deletion electron-builder-mas.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appId: DevHYLiu.FluentReader
buildVersion: 26
buildVersion: 27
productName: Fluent Reader
copyright: Copyright © 2020 Haoyuan Liu
files:
Expand Down

0 comments on commit b827f26

Please sign in to comment.