💄 Adapt when no tool bar

Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
mathieu.brunot 2019-08-11 00:10:00 +02:00 committed by Andrey Antukh
parent 93097ac4b7
commit 4cacb9f92c

View File

@ -24,6 +24,8 @@
&.no-tool-bar-right {
padding-right: 0;
width: calc(100% - 230px);
right: 0;
.coordinates {
right: 10px;
@ -32,6 +34,11 @@
&.no-tool-bar-left {
padding-left: 0;
width: calc(100% - 230px);
&.no-tool-bar-right {
width: 100%;
}
}
.coordinates {