@import "variables"; #whiteboard { padding: 0 !important; margin-left: 0.25%; margin-right: 0.25%; -webkit-flex: 2 2 50%; -moz-flex: 2 2 50%; -ms-flex: 2 2 50%; flex: 2 2 50%; min-width: 0; @media @landscape { height: calc(~'100% - 15px'); -webkit-order: 2; order: 2; } @media @mobile-portrait-with-keyboard, @desktop-portrait, @mobile-portrait { -webkit-order: 1; order: 1; } } #whiteboard-paper { background-color: white !important; /*height: auto !important;*/ margin-left: auto; margin-right: auto; width: 100%; #svggroup { display: block; height: 100% !important; width: 100% !important; } } #whiteboard-navbar { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; } #whiteboard-container { @media @landscape { display: -moz-flex; display: -ms-flexbox; display: -ms-flex; display: -webkit-flex; display: flex; align-items: center; -webkit-align-items: center; -ms-align-items: center; height: calc(~'100% - 39px'); } }