28 lines
536 B
Plaintext
Executable File
28 lines
536 B
Plaintext
Executable File
#whiteboard {
|
|
padding: 0 !important;
|
|
margin-left: 0.25%;
|
|
margin-right: 0.25%;
|
|
-webkit-flex: 3 1 53%;
|
|
-moz-flex: 3 1 53%;
|
|
-ms-flex: 3 1 53%;
|
|
flex: 3 1 53%;
|
|
}
|
|
|
|
#whiteboard-paper {
|
|
background-color: white !important;
|
|
/*height: auto !important;*/
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
#svggroup {
|
|
display: block;
|
|
height: 100% !important;
|
|
width: 100% !important;
|
|
}
|
|
}
|
|
|
|
#whiteboard-navbar {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
width: 100%;
|
|
} |