Skip to content

Commit d440618

Browse files
committed
Fixed numbered list style bug
1 parent 1cbcadc commit d440618

3 files changed

Lines changed: 14 additions & 7 deletions

File tree

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## v1.0.1 (Oct 31, 2020)
4+
5+
### Bug fixes 🐛
6+
7+
+ Fixed when numbered list going over 10+, the text in preview mode will randomly drop into 2 lines.
8+
+ Fixed a few spelling errors in the css documents.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Obsidian.md custom theme, it's dark and simple but yet still stays sparkles!
1313
<img src="https://img.shields.io/github/license/TriDiamond/Obsidian-Obsidianite">
1414
</p>
1515

16-
<img>
16+
**[CHANGES](https://github.com/TriDiamond/Obsidian-Obsidianite/blob/master/CHANGELOG.md)**
1717

1818
</div>
1919

obsidian.css

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@
77
** ╚═════╝ ╚═════╝ ╚══════╝╚═╝╚═════╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝ ╚══════╝
88
**
99
** —— Made with 💎 by TriDiamond
10-
** version 1.0.0
1110
** --------------------------------------------------------------- */
1211

1312
/******************************************
14-
Currently only comes int dark theme,
15-
Light theme is still working on it,
13+
Currently only comes in dark theme,
14+
Light theme is still working in progress,
1615
but it wil come soon or later.
1716
******************************************/
1817

@@ -71,8 +70,8 @@
7170
--blockquote-border: #4aa8fb;
7271
--tag-background: #a7b0b3;
7372
--interactive-accent-rgb: #3dd7fb;
74-
--font-family-editor: 'rubiklight';
75-
--font-family-preview: 'rubiklight';
73+
--font-family-editor: 'Rubik';
74+
--font-family-preview: 'Rubik';
7675
--bg-accent-35: rgba(244, 86, 157, 0.45);
7776
--bg-accent-15: rgba(244, 86, 157, 0.15);
7877
--text-highlight-bg: rgba(244, 86, 157, 0.15);
@@ -448,9 +447,9 @@ ul ul ul ol > li:not(.task-list-item)::before {
448447
margin-right: 0.5em;
449448
text-align: right;
450449
direction: rtl;
451-
word-wrap: none;
452450
overflow: visible;
453451
word-break: keep-all;
452+
white-space: nowrap;
454453
}
455454

456455
/* rule line when there are checkboxes*/

0 commit comments

Comments
 (0)