Skip to content

Commit b827f26

Browse files
authored
Merge pull request #431 from yang991178/1.1.2
Version 1.1.2
2 parents d5ab8bf + 3b49577 commit b827f26

22 files changed

Lines changed: 765 additions & 381 deletions

.github/workflows/release-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414

1515
- name: Build and package the app
1616
run: |
17-
sudo npm install --unsafe-perm=true --allow-root
17+
npm install
1818
npm run build
19-
sudo npm run package-linux
19+
npm run package-linux
2020
2121
- name: Get app version
2222
id: package-version

dist/styles/cards.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@
9191
.card span.h {
9292
background: #fce10080;
9393
}
94+
.card.rtl .snippet,
95+
.card.rtl .title {
96+
direction: rtl;
97+
}
9498

9599
.default-card {
96100
display: inline-block;

dist/styles/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ img.favicon.dropdown {
209209
.main::before {
210210
content: "";
211211
display: block;
212-
position: sticky;
212+
position: relative;
213213
top: var(--navHeight);
214214
left: 0;
215215
width: calc(100% - 16px);

electron-builder-mas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
appId: DevHYLiu.FluentReader
2-
buildVersion: 26
2+
buildVersion: 27
33
productName: Fluent Reader
44
copyright: Copyright © 2020 Haoyuan Liu
55
files:

0 commit comments

Comments
 (0)