沈唁
34d918f997
fix: after setting the background image, the button is obscured ( #1234 )
...
* fix: after setting the background image, the button is obscured
* Update _coverpage.styl
2020-06-26 15:46:26 +08:00
Mohammed Sahl
0bf03f5810
fix: cover overlapping sidebar by removing z-index
...
* Fix cover overlapping sidebar
* Fix transition of cover page
* Revmove transition property from .cover
* Remove z-index attribute from _coverpage.styl
2020-06-15 22:43:31 +05:30
Herbert
717991c90c
fix: rendering cover width bug
2020-04-28 01:07:27 +08:00
Kid
5d541dd7d4
improve basic layout style ( #884 )
...
* improve basic layout style
* add missing modification
2020-03-09 14:26:05 +05:30
zhangj
6e9911c1df
update: .markdown-section max-width 800px to 80% ( #1017 )
...
* update max-width 800px to 95%
* update to 80%
2020-02-12 17:09:54 +05:30
Anix
68327c5c9a
Merge branch 'master' into develop
2019-12-12 20:32:28 +05:30
Kevin Picchi
745e5ffa54
Fix #967 token position markdown
2019-12-02 09:47:17 +00:00
Ondrej Medek
7b871006e6
buble theme: fix strong font-weight increased to 600
2019-11-22 08:05:24 +01:00
Trevor Eyre
a35531967a
Fixed iframe overflow bug for mobile Safari ( #782 )
...
Fixed iframe overflow bug for mobile Safari
2019-02-25 21:38:35 +01:00
John Hildenbiddle
69ef489210
fix: task list rendering ( Fix #749 ) ( #757 )
...
This PR restores the task list presentation removed in 4.8:
- Add “task-list-item” class to task list `<li>` elms
- Hide list bullets on unordered task lists `<li>` elms
It also provides several improvements on the pre-4.8 presentation:
- Add “task-list” class to task list `<ul>` elms
- Display list numbers on ordered task lists `<li>` elms
- Render accessible task list items by wrapping checkbox and text in `<label>` elm
- Allow task lists to be nested within standard ordered/unordered lists
Please makes sure these boxes are checked before submitting your PR, thank you!
* [x] Make sure you are merging your commits to `master` branch.
* [x] Add some descriptions and refer relative issues for you PR.
* [x] DO NOT include files inside `lib` directory.
2019-01-30 14:21:50 +08:00
Andy Chen
c3345ba20c
feat: Add new theme "dolphin" ( #735 )
...
Dolphin is a blue theme based on the theme vue, using the font Thasadith -- https://fonts.google.com/specimen/Thasadith as default.
2019-01-23 10:57:07 +08:00
cinwell.li
1a945d445a
fix(cover): Compatible with legacy styles, fixed #677 ( #678 )
...
Please makes sure these boxes are checked before submitting your PR, thank you!
* [ ] Make sure you are merging your commits to `master` branch.
* [ ] Add some descriptions and refer relative issues for you PR.
* [ ] DO NOT include files inside `lib` directory.
2018-11-02 02:14:02 +08:00
cinwell.li
fcd1087c16
fix: cover button style, fixed #670 , fixed #665 ( #675 )
...
Please makes sure these boxes are checked before submitting your PR, thank you!
* [x] Make sure you are merging your commits to `master` branch.
* [x] Add some descriptions and refer relative issues for you PR.
* [x] DO NOT include files inside `lib` directory.
A temporary solution, I will refactor this part of the code in the next major version.
2018-11-01 13:45:34 +08:00
cinwell.li
a39b214733
feat: upgrade marked to 0.5.x, fixed #645 , close #644 ( #662 )
2018-10-31 20:34:56 +08:00
ivopuser
bf060befb7
fix: Update vue.styl ( #634 )
...
CSS style for functions is specified in buble.styl only. Thus, for example, bash commands from prism-bash.js (function section) are not highlighted. You can add a new CSS style with the right color you think fits better :).
2018-10-23 15:28:49 +08:00
keelii
100ab01811
Fix nested toc style issue on sidebar ( #595 )
...
1. Remove recursive toc outer tag li
2. remove .sidebar li marginLeft
3. add .sidebar ul marginLeft
2018-08-09 07:36:23 +08:00
Nathan Yiangsupapaanontr
48e531bcfb
Fix 'copy code' button displaying incorrectly ( #448 )
...
Set `.markdown-section pre`'s `position` to `relative` to fix _Copy code_ button not displaying correctly.
2018-04-10 09:14:24 +09:00
qingwei.li
aeb692ed6b
fix: layout css, fixed #409
2018-03-03 23:28:33 +08:00
cinwell.li
8352a1e489
refactor: build config ( #408 )
...
* refactor: build config
* chore: fix conflict
* fix: 404 page path
2018-03-03 22:51:27 +08:00
qingwei.li
033be4f2d7
fix: onlyCover
2018-02-11 22:22:06 +08:00
qingwei.li
c4d83f26a4
fix: dropdown scroll style, fixed #346
2018-02-11 22:22:06 +08:00
qingwei.li
85428ef49e
fix: button style for coverpage, fixed #362
2018-02-11 22:22:06 +08:00
qingwei.li
ebc10c4e43
fix: ssr compatible embedd
2018-02-11 22:22:06 +08:00
qingwei.li
b265fdd68a
feat(cover): add onlyCover option, close #382
2018-02-11 22:22:06 +08:00
qingwei.li
524f52f882
feat(compiler): support embedded markdown, html, video, etc files, close #383 , close #333
2018-02-11 22:22:06 +08:00
qingwei.li
864aa181a1
fix(search): custom clear button, fixed #271
2018-02-11 22:22:06 +08:00
qingwei.li
5e161a1420
feat: click sidebar menu add collapse and expand, close #294
2018-02-11 22:22:06 +08:00
qingwei.li
368754ebd9
fix: cover style, fixed #381
2018-02-07 15:05:01 +08:00
qingwei.li
888f217356
fix(style): increase the tap targets of menu button, fixed #325
2017-12-14 22:12:58 +08:00
qingwei.li
e43ded4ea7
fix(compiler): task lists style, fixed #215
2017-11-29 09:45:40 +08:00
cinwell.li
d486eef6cc
feat: github task lists, close #215 ( #305 )
2017-11-09 13:06:23 +08:00
cinwell.li
fa772cfa94
fix: zoom image plugin issue, fixed #187 ( #300 )
2017-10-31 08:20:08 -05:00
cinwell.li
36bfc9d91d
fix: sidebar style issue on firefox, fixed #184 ( #297 )
2017-10-30 06:01:01 -05:00
cinwell.li
4ad96f3d12
feat: add helper for disabled link, fixed #295 ( #296 )
2017-10-30 06:00:31 -05:00
LaySent
1b912272df
feat: make whole search result clickable ( #285 )
2017-10-16 21:27:44 -05:00
qingwei.li
aba2aec0d0
chore: prettier code
2017-09-22 10:07:10 +08:00
qingwei.li
46ac4c3fd2
feat(plugin): add codesponsor plugin
2017-09-20 09:00:34 +08:00
qingwei.li
9d43051791
fix(buble.css): tweaks code block style, fixed #249
2017-09-06 17:17:57 +08:00
qingwei.li
a88252c6b2
fix(style): nowrap => pre-wrap, fixed #228
2017-08-05 09:53:57 +08:00
qingwei.li
1fa1619278
fix(css): hide the nav when the content has not yet been loaded
2017-07-27 09:50:21 +08:00
yelo
4cf13db685
give the navbar some line-height ( #216 )
2017-07-19 16:09:10 +08:00
qingwei.li
3b74c49f00
fix(pure-css):add coverpage style, fixed #165
2017-05-31 08:27:11 +08:00
cinwell.li
9220523a40
feat(render): add mergeNavbar option, close #125 , #124 ( #145 )
2017-04-09 12:10:37 +08:00
Johannes Rappen
33b7c512bb
fix QingWei-Li/docsify#126
2017-03-18 23:22:25 +01:00
Johannes Rappen
bf35471a2b
fix: adjust display on small screens
2017-03-18 19:09:24 +01:00
Johannes Rappen
24d1b0feb6
use rem instead of em, fix QingWei-Li/docsify#116
2017-03-15 22:23:48 +01:00
Johannes Rappen
262bf13964
order css source alphabetically
2017-03-09 22:22:35 +01:00
杨奕
9f0fc83b54
Fix nav showing while loading ( #112 )
2017-03-03 10:43:36 +08:00
qingwei.li
42b2dba589
fix(layout.css): loading style
2017-02-21 21:21:24 +08:00
Jintzo
f15e45c693
fixed look of links in blockquote
2017-02-19 22:49:44 +08:00