Adjust Sidebar Button offset next to X button for tablets

Change-Id: I97d05a9d831e4e8d30c0257ca6f1cf66ecf6c742
Signed-off-by: mert <mert.tumer@collabora.com>
This commit is contained in:
mert 2020-11-03 18:32:23 +03:00 committed by Mert Tümer
parent 259600625a
commit 99d6ea7df5

View file

@ -269,7 +269,7 @@ L.Control.Notebookbar = L.Control.extend({
var optionsSection = L.DomUtil.create('div', 'notebookbar-options-section');
$('#document-titlebar').parent().append(optionsSection);
if (L.Params.closeButtonEnabled && !window.mode.isTablet())
if (L.Params.closeButtonEnabled)
$(optionsSection).css('right', '30px');
var builderOptions = {