Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3c17270 authored by smain@google.com's avatar smain@google.com Committed by Android Git Automerger
Browse files

am 3a4b011c: define height for context images to avoid content jumps on load

* commit '3a4b011c':
  define height for context images to avoid content jumps on load
parents a42f7c1d 3a4b011c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -14,6 +14,9 @@ div.slide {
div.slide p {
  height:40px;
}
div.slide img {
  height: 208px;
}
</style>