mirror of
https://github.com/ente-io/ente.git
synced 2025-08-09 15:59:00 +00:00
scale
This commit is contained in:
parent
b11636bfdf
commit
2fbc26c9eb
@ -149,10 +149,24 @@ body {
|
|||||||
height: 60px;
|
height: 60px;
|
||||||
/* Unlike the loading indicator, "display" is used to toggle visibility, and
|
/* Unlike the loading indicator, "display" is used to toggle visibility, and
|
||||||
the opacity is fixed to be similar to that of the counter. */
|
the opacity is fixed to be similar to that of the counter. */
|
||||||
opacity: 0.85;
|
|
||||||
display: none;
|
display: none;
|
||||||
|
opacity: 0.85;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pswp-ente .pswp__error--active {
|
.pswp-ente .pswp__error--active {
|
||||||
display: initial;
|
display: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Scale the built in controls to better fit our requirements */
|
||||||
|
.pswp-ente .pswp__button--zoom .pswp__icn {
|
||||||
|
transform: scale(0.85);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pswp-ente .pswp__button--arrow--prev .pswp__icn {
|
||||||
|
transform: scale(0.8);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pswp-ente .pswp__button--arrow--next .pswp__icn {
|
||||||
|
/* default is a horizontal flip, transform: scale(-1, 1); */
|
||||||
|
transform: scale(-0.8, 0.8);
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user