Commit Graph

60 Commits

Author SHA1 Message Date
zedpass
1e85ffb8aa
Update vue.css
修改页边距
2022-06-20 14:16:51 +08:00
闪烁之狐 (blinkfox)
589efbb34d
Merge pull request #46 from asforest/patch-1
Improve some visual experience in dark mode
2022-04-09 22:45:34 +08:00
asforest
ac157e314a
Decrease scrollbar handle brightness 2022-04-08 20:00:28 +08:00
asforest
b73dc3ea5c
Make text selected from search bar easily distinguishable 2022-04-08 19:57:45 +08:00
闪烁之狐 (blinkfox)
227201e16b
Merge pull request #45 from asforest/patch-1
Make scrollbar thumb lighter in darkmode
2022-02-14 23:13:26 +08:00
asforest
e1d391c451
Make scrollbar thumb lighter in darkmode 2022-02-14 14:30:04 +08:00
闪烁之狐 (blinkfox)
a8957ed973
Merge pull request #37 from andyyou/master
Fixed diagram layout overlap during editing
2020-10-15 00:43:51 +08:00
andyyou
aeb14b57b1 Fixed diagram layout overlap during editing 2020-10-13 11:31:58 +08:00
闪烁之狐 (blinkfox)
700c9652c6
Merge pull request #32 from Lednerb/lednerb
All-in-One Update
2020-03-20 16:49:49 +08:00
Sascha Brendel
f310a066ac
Merge branch 'master' into lednerb 2020-03-19 13:19:44 -04:00
闪烁之狐 (blinkfox)
ec388a70f4
Merge pull request #30 from Lednerb/fix-contextMenu-and-sidebarEditing
Fixed several issues with contextMenu and sidebar
2020-03-20 01:03:07 +08:00
Sascha Brendel
d0b3d0e8fe
Removed additional margin from inline code. 2020-03-18 19:34:47 +01:00
Sascha Brendel
8b6e3d8513
Fixed strange line indentions on bold and italic text 2020-03-17 20:33:21 +01:00
Sascha Brendel
5fc2edb2f6
Refactored font handling for easier adjustments or overwriting fonts 2020-03-17 18:54:15 +01:00
Sascha Brendel
7a5887fa7e
Merge branch 'master' into fix-contextMenu-and-sidebarEditing 2020-03-17 13:05:27 -04:00
闪烁之狐 (blinkfox)
10afba097a
Merge pull request #31 from Lednerb/fix-vueLight-listIndents
Fixed ordered list line indention bug.
2020-03-18 00:44:42 +08:00
闪烁之狐 (blinkfox)
6ff150f7e9
Merge pull request #29 from Lednerb/fix-table-scrollbar
Fixed scrollbar on tables. Closes blinkfox/typora-vue-theme#26
2020-03-18 00:14:23 +08:00
闪烁之狐 (blinkfox)
e949b3e2bc
Merge pull request #28 from Lednerb/fix-default-white-font
Fixed default white font. Closes blinkfox/typora-vue-theme#27
2020-03-17 23:59:29 +08:00
Sascha Brendel
b22b26c09a
Fixed broken hover color. 2020-03-17 16:40:17 +01:00
Sascha Brendel
eec6ec7a32
Fixed files context menu. 2020-03-17 16:33:28 +01:00
Sascha Brendel
c225abe98f
Fixed settings menu. Closes blinkfox/typora-vue-theme#20 2020-03-17 15:43:51 +01:00
Sascha Brendel
cb65823905
Merge branch 'fix-vueLight-listIndents' into lednerb 2020-03-17 14:31:06 +01:00
Sascha Brendel
3cd82a30d4
Fixed ordered list line indention bug. 2020-03-17 14:24:07 +01:00
Sascha Brendel
da5f9597ef
Merged latest fix to lednerb branch 2020-03-17 14:07:26 +01:00
Sascha Brendel
647e942857
Fixed several issues with contextMenu and sidebar. Closes blinkfox/typora-vue-theme#24 2020-03-17 14:02:25 +01:00
Sascha Brendel
03ff86e89c
Merge branch 'fix-table-scrollbar' into lednerb 2020-03-17 13:35:00 +01:00
Sascha Brendel
b3cd7355da
Fixed scrollbar on tables. Closes blinkfox/typora-vue-theme#26 2020-03-17 13:34:42 +01:00
Sascha Brendel
72378b9f2a
Fixed default white font. Closes blinkfox/typora-vue-theme#27 2020-03-17 13:25:29 +01:00
blinkfox
c5395c9437 修改默认字体大小为14px,使显示更精致 2019-04-14 21:54:25 +08:00
blinkfox
ce5603f49d 修复h3标题有链接时前面有#号的问题 2019-02-22 22:43:58 +08:00
blinkfox
7f4dd94117 更新README.md 2019-02-02 16:05:51 +08:00
blinkfox
74d385b48d 新增vue-dark.css的主题样式 2019-02-02 15:54:06 +08:00
blinkfox
f6912af48c
Merge pull request #13 from NoDocCat/master
Fix blockquote style
2018-12-25 13:53:26 +08:00
NoDocCat
ee16d7ec63 Fix blockquote style
On a text is align right and it in blockquote
It is close to blockquote's right border
Now, I add padding-right to blockquote
2018-12-25 02:21:17 +08:00
blinkfox
c0d6c29e41
Merge pull request #12 from NoDocCat/master
Clean code and fix some grammar
2018-12-11 11:27:26 +08:00
NoDocCat
a7853f5c40 Clean code and fix some grammar 2018-12-10 21:24:23 +08:00
blinkfox
da73f54901
Merge pull request #11 from Seiyial/master
Fix lack of monospace in inline code block
2018-12-05 09:37:31 +08:00
Seiyial
205151314a Fix lack of monospace in inline code block 2018-12-05 00:34:04 +08:00
blinkfox
24d51f4694
Merge pull request #9 from NoDocCat/master
Fixed issue #8
2018-12-04 23:33:10 +08:00
NoDocCat
b0a962202f Fixed where DPI is 200% ordered list serial number not show
Use text-indent replace padding-left

Closes #8
2018-12-04 23:14:08 +08:00
blinkfox
d98b911d07
Merge pull request #7 from left4taco/master
Add !important to font-size of code element inside headers.
2018-11-04 22:09:11 +08:00
Hao Peng
d8fae1925f Add !important to font-size of code element inside headers. 2018-10-31 23:34:21 -07:00
blinkfox
4fdd792149
Merge pull request #6 from NoDocCat/master
Some changes
2018-09-11 22:20:16 +08:00
NoDocCat
e4c9c94ee9 format code 2018-09-11 15:39:14 +08:00
NoDocCat
031bc1815a if link in title, it color should not green and the title should has a '#' icon 2018-09-11 15:06:27 +08:00
NoDocCat
f627fe0af9 a link should not has underline 2018-09-11 14:56:14 +08:00
NoDocCat
e7e91c5d44 h2 title should a underline 2018-09-11 14:54:32 +08:00
blinkfox
2fc499b657 fix heighlight and code issues 2018-06-06 00:46:51 +08:00
blinkfox
0d1a68f596
修复一处README.md中的链接 2018-06-02 15:29:00 +08:00
blinkfox
2e8b3fb89f 新增英文的README.md文件 2018-06-02 15:24:54 +08:00