Revert "Reduce readonly toolbar height"

This reverts commit d054da1e6b.
This commit is contained in:
Szymon Kłos 2019-01-29 21:08:45 +01:00
parent a29ae6cc59
commit c38c5d2bf7

View file

@ -9,21 +9,17 @@
}
#document-container.tablet {
top: 36px;
top: 41px;
}
#document-container.readonly {
top: 36px;
top: 41px;
}
#toolbar-wrapper.readonly {
display: none;
}
#sidebar-dock-wrapper.tablet {
top: 36px;
}
#map {
position: absolute;
top: 0px;
@ -69,7 +65,7 @@ body {
}
#presentation-controls-wrapper.readonly {
top: 36px;
top: 41px;
}
#toolbar-wrapper {
@ -114,32 +110,6 @@ body {
#presentation-controls-wrapper {
display: none;
}
<<<<<<< HEAD
=======
/* Show sidebar beyond 768px only */
#sidebar-dock-wrapper {
display: none;
top: 41px;
}
#document-container.tablet {
top: 41px;
}
#document-container.readonly {
top: 41px;
}
#sidebar-dock-wrapper.tablet {
top: 41px;
}
#document-container.sidebar-document {
left: 0px !important;
}
>>>>>>> c620fd91a... Reduce readonly toolbar height
#document-container.parts-preview-document {
left: 0px !important;
}