merge dark2 into dark

pull/1/head
ansuz 2021-02-05 21:01:02 +05:30
commit fd7e15fe8e
2 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,7 @@ define([
Mermaid = _Mermaid;
Mermaid.initialize({
gantt: { axisFormat: '%m-%d', },
theme: window.CryptPad_theme === 'dark' ? 'dark' : undefined,
theme: (window.CryptPad_theme === 'dark') ? 'dark' : undefined,
"themeCSS": mermaidThemeCSS,
});
}

View File

@ -167,7 +167,6 @@
justify-content: space-between;
padding: 5px;
flex-wrap: wrap;
touch-action: none;
background: @cp_kanban-item-bg;
.tools_unselectable();
touch-action: none;