mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix drawio CSS
This commit is contained in:
parent
b5c0cada55
commit
3f8422d99b
@ -4,7 +4,7 @@ body.cp-app-generic {
|
||||
@import (once) "../../customize.dist/src/less2/include/framework.less";
|
||||
|
||||
.framework_main(
|
||||
@bg-color: @colortheme_apps[code],
|
||||
@bg-color: @colortheme_apps[drawio],
|
||||
);
|
||||
|
||||
// body
|
||||
@ -32,7 +32,7 @@ body.cp-app-generic {
|
||||
}
|
||||
|
||||
@media (max-width: @browser_media-medium-screen) {
|
||||
.cp-app-code-container {
|
||||
.cp-app-drawio-container {
|
||||
flex: 1;
|
||||
max-width: 100%;
|
||||
resize: none;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user