mirror of
https://github.com/docmost/docmost.git
synced 2026-08-30 02:25:01 +08:00
* fix codeblock tab-size (#703)
* hide codeblock menu group during printing
This commit is contained in:
@@ -16,3 +16,9 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.menuGroup {
|
||||
@media print {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user