Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Remove round corners for media browser items

    Code Block
    .OcuLight .gridItem__image,
    .OcuLight .gridItem,
    .OcuDarcula .gridItem__image,
    .OcuDarcula .gridItem {
        border-radius: 0px;
    }

2. PDF controls at the bottom

Code Block
.pdf__controls {bottom: 0;top: initial;}