loleafet: mobile: fix max-height screen size tablet
Change-Id: I1c869089aee6991de34e06daf0a38d8b07f82a22 Reviewed-on: https://gerrit.libreoffice.org/61280 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
This commit is contained in:
parent
278904ef80
commit
fcc34e6fb9
3 changed files with 3 additions and 3 deletions
|
@ -788,7 +788,7 @@ input.clipboard {
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
@media (max-width: 768px),(max-height: 768px) {
|
||||
.loleaflet-ruler {
|
||||
height: 0px;
|
||||
display: none;
|
||||
|
|
|
@ -81,7 +81,7 @@ body {
|
|||
width: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
@media (max-width: 768px),(max-height: 768px) {
|
||||
/* Show slidesorter beyond 768px only */
|
||||
#presentation-controls-wrapper {
|
||||
display: none;
|
||||
|
|
|
@ -191,7 +191,7 @@
|
|||
}
|
||||
|
||||
/* desktop mode */
|
||||
@media (min-width: 769px) {
|
||||
@media (min-width: 769px) and (orientation: portrait),(min-height: 769px) and (orientation: landscape) {
|
||||
/* hide the button in desktop view */
|
||||
.main-menu-btn {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue