cryptpad/www/debug/app-debug.less

25 lines
482 B
Plaintext
Raw Normal View History

@import (reference) '../../customize/src/less2/include/tokenfield.less';
@import (reference) '../../customize/src/less2/include/framework.less';
2017-11-21 16:37:38 +00:00
// body
&.cp-app-debug {
2018-07-14 13:15:23 +00:00
.tokenfield_main();
.framework_min_main();
2017-11-21 16:37:38 +00:00
display: flex;
flex-flow: column;
height: 100%;
#cp-app-debug {
flex: 1;
display: flex;
2017-11-21 16:42:50 +00:00
min-height: 0;
2017-11-21 16:37:38 +00:00
}
#cp-app-debug-content {
flex: 1;
overflow: auto;
white-space: pre-wrap;
}
}