loleaflet: fix CSS style properties for landscape

orientation

Change-Id: I75e64d4f24405cb0c5a263d03d65a7b89ce7b528
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/100681
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
This commit is contained in:
Henry Castro 2020-08-13 09:55:56 -04:00
parent 5df5329f83
commit 14cc329613

View file

@ -740,9 +740,9 @@ td[id^=tb_spreadsheet-toolbar_item]:focus table.w2ui-button div.w2ui-icon, td[id
}
.preview-img-landscape {
min-width: 40px;
max-width: 40px;
margin-left: 8px;
min-width: 20px;
max-width: 60px;
margin-left: 1px;
}
.preview-frame-landscape {