mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-20 20:02:07 +02:00
Build
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Name: WebSlides
|
||||
* Version: 1.3.1
|
||||
* Date: 2017-07-24
|
||||
* Date: 2017-07-28
|
||||
* Description: Making HTML presentations easy
|
||||
* URL: https://github.com/webslides/webslides#readme
|
||||
* Credits: @jlantunez, @LuisSacristan, @Belelros
|
||||
@@ -350,6 +350,11 @@ webslides.js will add .ws-ready automatically. Don't worry :) -- */
|
||||
overflow: hidden;
|
||||
width: 100%; }
|
||||
|
||||
.ws-ready.ws-ready-zoom {
|
||||
overflow: visible; }
|
||||
.ws-ready.ws-ready-zoom body {
|
||||
overflow: auto; }
|
||||
|
||||
#webslides {
|
||||
-ms-overflow-style: none;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
@@ -2917,12 +2922,12 @@ Solution: stackoverflow.com/questions/34250282/flexbox-safari-bug-flex-wrap
|
||||
@media screen and (max-width: 567px) {
|
||||
#webslides-zoomed > .wrap > .grid > .column {
|
||||
width: 100%; } }
|
||||
@media screen and (min-width: 568px) and (max-width: 1023px) {
|
||||
@media screen and (min-width: 568px) and (max-width: 1024px) {
|
||||
#webslides-zoomed > .wrap > .grid > .column {
|
||||
width: 50%; } }
|
||||
@media screen and (orientation: portrait) {
|
||||
@media screen and (max-width: 567px) and (orientation: portrait) {
|
||||
#webslides-zoomed > .wrap > .grid > .column {
|
||||
width: 50%; } }
|
||||
width: 100%; } }
|
||||
#webslides-zoomed > .wrap > .grid > .column > .wrap-zoom {
|
||||
display: inline-block;
|
||||
height: 25vh;
|
||||
@@ -3002,7 +3007,7 @@ Solution: stackoverflow.com/questions/34250282/flexbox-safari-bug-flex-wrap
|
||||
#webslides.disabled {
|
||||
-webkit-filter: blur(10px);
|
||||
filter: blur(10px);
|
||||
/* BLur makes scroll no accesible */
|
||||
/* Blur makes scroll no accesible */
|
||||
width: calc(100% - 10px); }
|
||||
|
||||
/*=========================================
|
||||
|
Reference in New Issue
Block a user