added basic slide thumbnails and selection control

pull/2/head
Michael Ochmann 3 years ago
parent 1f8b51d4dd
commit 9631afa93f
  1. 17
      src/ui/src/assets/css/_slidesList.scss

@ -1,5 +1,20 @@
.slides-list { .slides-list {
//background: #222; //background: #222;
background: color(lighterBackground); background: color(sidebarBackground);
overflow-y: auto; overflow-y: auto;
.slide-wrap {
width: 100%;
aspect-ratio: 1.333;
overflow: hidden;
margin-bottom: 0.1rem;
}
.slide {
width: 100vw;
height: auto;
margin: 5% 0 0 5%;
aspect-ratio: 1.333;
-webkit-transform-origin: top left;
}
} }
Loading…
Cancel
Save