Skip to content

Commit

Permalink
Update to v10.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dannymichel committed Nov 1, 2022
1 parent d83b7fd commit 8ee56aa
Show file tree
Hide file tree
Showing 11 changed files with 367 additions and 118 deletions.
175 changes: 173 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Veso",
"version": "1.0.0",
"description": "Web interface for Veso",
"version": "1.0.1",
"description": "Veso",
"repository": "https://github.com/vesoapp/veso-web",
"license": "GPL-2.0-or-later",
"devDependencies": {
Expand Down Expand Up @@ -94,13 +94,15 @@
"lodash-es": "4.17.21",
"marked": "4.0.10",
"material-design-icons-iconfont": "6.1.1",
"mux.js": "6.2.0",
"native-promise-only": "0.8.1",
"page": "1.11.6",
"pdfjs-dist": "2.12.313",
"react": "17.0.2",
"react-dom": "17.0.2",
"resize-observer-polyfill": "1.5.1",
"screenfull": "6.0.0",
"shaka-player": "4.2.2",
"sortablejs": "1.14.0",
"swiper": "6.8.4",
"webcomponents.js": "0.7.24",
Expand Down
36 changes: 0 additions & 36 deletions src/assets/css/videoosd.scss
Original file line number Diff line number Diff line change
Expand Up @@ -376,39 +376,3 @@
transform: rotate(-360deg);
}
}

@media (hover: hover) and (pointer: fine) {
.skipIntro .paper-icon-button-light:hover:not(:disabled) {
color: black !important;
background-color: rgba(47, 93, 98, 0) !important;
}
}

.skipIntro {
padding: 0 1px;
position: absolute;
right: 10em;
bottom: 9em;
background-color: rgba(25, 25, 25, 0.66);
border: 1px solid;
border-radius: 0;
display: inline-block;
cursor: pointer;
box-shadow: inset 0 0 0 0 #f9f9f9;
-webkit-transition: ease-out 0.4s;
-moz-transition: ease-out 0.4s;
transition: ease-out 0.4s;
}

@media (max-width: 1080px) {
.skipIntro {
right: 10%;
}
}

.skipIntro:hover {
box-shadow: inset 400px 0 0 0 #f9f9f9;
-webkit-transition: ease-in 1s;
-moz-transition: ease-in 1s;
transition: ease-in 1s;
}

0 comments on commit 8ee56aa

Please sign in to comment.