Integrate webapp to mindmap editor with toolbar actions

This commit is contained in:
Matias Arriola
2022-01-26 22:34:00 +00:00
committed by Paulo Veiga
parent a0b8bdb924
commit 5bea640a83
2 changed files with 31 additions and 43 deletions

View File

@@ -6,6 +6,11 @@
@import "header.css";
@import "../bootstrap/css/bootstrap.min.css";
html {
/* avoid bootstrap overriding font-size and breaking Mui */
font-size: initial;
}
body {
-webkit-touch-callout: none;
-webkit-user-select: none;
@@ -126,6 +131,7 @@ div.shareModalDialog {
}
.popover {
font-size: 13px;
max-width: none;
}