Skip to content

Commit 25bc28a

Browse files
committed
Updated version and assets for release v0.25.1
1 parent 4c561c7 commit 25bc28a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

public/dist/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/dist/print-styles.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ body {
1010
.page-content {
1111
margin: 0 auto; }
1212

13+
.flex-fill {
14+
display: block; }
15+
16+
.flex.sidebar + .flex.content {
17+
border-left: none; }
18+
1319
.print-hidden {
1420
display: none; }
1521

@@ -23,3 +29,6 @@ h2 {
2329
line-height: 1;
2430
margin-top: 0.6em;
2531
margin-bottom: 0.3em; }
32+
33+
.comments-container {
34+
display: none; }

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.25.0
1+
v0.25.1

0 commit comments

Comments
 (0)