mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-02 02:01:46 +03:00
Updated version and assets for release v0.25.1
This commit is contained in:
2
public/dist/app.js
vendored
2
public/dist/app.js
vendored
File diff suppressed because one or more lines are too long
9
public/dist/print-styles.css
vendored
9
public/dist/print-styles.css
vendored
@ -10,6 +10,12 @@ body {
|
|||||||
.page-content {
|
.page-content {
|
||||||
margin: 0 auto; }
|
margin: 0 auto; }
|
||||||
|
|
||||||
|
.flex-fill {
|
||||||
|
display: block; }
|
||||||
|
|
||||||
|
.flex.sidebar + .flex.content {
|
||||||
|
border-left: none; }
|
||||||
|
|
||||||
.print-hidden {
|
.print-hidden {
|
||||||
display: none; }
|
display: none; }
|
||||||
|
|
||||||
@ -23,3 +29,6 @@ h2 {
|
|||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin-top: 0.6em;
|
margin-top: 0.6em;
|
||||||
margin-bottom: 0.3em; }
|
margin-bottom: 0.3em; }
|
||||||
|
|
||||||
|
.comments-container {
|
||||||
|
display: none; }
|
||||||
|
Reference in New Issue
Block a user