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:
parent
259600625a
commit
99d6ea7df5
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue