Add a debug app

This commit is contained in:
yflory
2017-11-21 17:37:38 +01:00
parent 000f3edd1d
commit 06011065d2
9 changed files with 386 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
}
.cp-toolbar-userlist-drawer {
background-color: @colortheme_default-bg;
font: @colortheme_app-font-size @colortheme_font;
min-width: 175px;
width: 175px;

View File

@@ -36,4 +36,5 @@ body.cp-app-whiteboard { @import "../../../whiteboard/app-whiteboard.less"; }
body.cp-app-todo { @import "../../../todo/app-todo.less"; }
body.cp-app-profile { @import "../../../profile/app-profile.less"; }
body.cp-app-settings { @import "../../../settings/app-settings.less"; }
body.cp-app-debug { @import "../../../debug/app-debug.less"; }