mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-28 03:10:45 +00:00
[markdown] improved 'print' (#4722)
* when the right panel is open, make the print be ok * print all the pages in Firefox
This commit is contained in:
parent
f323d08eca
commit
87a80eadc5
@ -8,3 +8,14 @@
|
||||
.editor {
|
||||
border: none!important;
|
||||
}
|
||||
.seafile-editor-main {
|
||||
display: block!important;
|
||||
}
|
||||
.seafile-editor-main-panel {
|
||||
display: block!important;
|
||||
width: 100%!important;
|
||||
}
|
||||
.seafile-editor-resize,
|
||||
.seafile-editor-side-panel {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user