tdf#127942: Make the slide preview image dropsite larger on larger displays

This makes it easier no notice when a dropsite becomes active.

Change-Id: Iabf529d4af814c0cd348b201b823dca4bcaa1bb5
Reviewed-on: https://gerrit.libreoffice.org/80203
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
This commit is contained in:
Tor Lillqvist 2019-10-04 13:50:13 +03:00
parent efdc5dbc08
commit ef98d92cb9

View file

@ -47,3 +47,10 @@
.preview-img-dropsite {
border-bottom: 3px solid #b6b6b6;
}
/* Make it larger on larger displays */
@media (min-width: 768px),(min-device-height: 768px) {
.preview-img-dropsite {
border-bottom: 20px solid #b6b6b6;
}
}