[Libreoffice-commits] online.git: loleaflet/css

mert (via logerrit) logerrit at kemper.freedesktop.org
Wed Feb 19 17:11:41 UTC 2020


 loleaflet/css/partsPreviewControl.css |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit d21a13e76e33d3c585e4929c5632796f689af2a2
Author:     mert <mert.tumer at collabora.com>
AuthorDate: Thu Feb 6 14:27:49 2020 +0300
Commit:     Henry Castro <hcastro at collabora.com>
CommitDate: Wed Feb 19 18:11:22 2020 +0100

    Fix slide-sorter behaves like desktop on larger screen phones
    
    Change-Id: Ief2a5278b901970378a84dc4a2f528f885e1cd06
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88093
    Tested-by: Henry Castro <hcastro at collabora.com>
    Reviewed-by: Henry Castro <hcastro at collabora.com>

diff --git a/loleaflet/css/partsPreviewControl.css b/loleaflet/css/partsPreviewControl.css
index 0d5227f0e..c4bb13b41 100644
--- a/loleaflet/css/partsPreviewControl.css
+++ b/loleaflet/css/partsPreviewControl.css
@@ -32,7 +32,8 @@
 	border: 2px solid #dfdfdf;
 	margin-left: 20px;
 	}
- at media (max-width: 767px) and (orientation: potrait),(max-device-height: 767px) and (orientation: portrait), screen (max-width: 900px) and (orientation: potrait) and (any-pointer: coarse) and (hover: none), (max-height: 900px) and (orientation: portrait)  and (any-pointer: coarse)  and (hover: none){
+
+ at media (max-width: 767px) and (orientation: potrait),(max-device-height: 900px) and (orientation: portrait) {
 	#slide-sorter {
 		max-height: 60px;
 	}
@@ -49,7 +50,8 @@
 		padding-right: 1em;
 	}
 }
- at media (max-width: 767px) and (orientation: landscape),(max-device-height: 767px) and (orientation: landscape), screen (max-width: 900px) and (orientation: landscape) and (any-pointer: coarse) and (hover: none), (max-height: 900px) and (orientation: landscape)  and (any-pointer: coarse)  and (hover: none){
+
+ at media (max-width: 767px) and (orientation: landscape),(max-device-height: 900px) and (orientation: landscape) {
 	#slide-sorter {
 		max-width: 120px;
 	}


More information about the Libreoffice-commits mailing list