mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-24 12:32:30 +00:00
deploy: 2075b1c521
This commit is contained in:
parent
ac13ec1db7
commit
1801c5ef84
12 changed files with 208 additions and 9 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1614,6 +1614,8 @@
|
|||
width: 4rem;
|
||||
padding: 0 1rem;
|
||||
cursor: pointer;
|
||||
border-radius: 2rem;
|
||||
outline: none;
|
||||
}
|
||||
.group-container-OKT01 .icon-container-Vs4TN .icon-TpQFr {
|
||||
width: calc(4rem / 2);
|
||||
|
|
@ -1621,9 +1623,14 @@
|
|||
color: var(--primary-foreground-color);
|
||||
opacity: 0.7;
|
||||
}
|
||||
.group-container-OKT01 .icon-container-Vs4TN .icon-TpQFr:hover {
|
||||
.group-container-OKT01 .icon-container-Vs4TN:hover .icon-TpQFr,
|
||||
.group-container-OKT01 .icon-container-Vs4TN:focus .icon-TpQFr {
|
||||
opacity: 1;
|
||||
}
|
||||
.group-container-OKT01 .icon-container-Vs4TN:focus-visible {
|
||||
outline: 2px solid var(--primary-foreground-color);
|
||||
outline-offset: -2px;
|
||||
}
|
||||
.group-container-OKT01 .icon-container-Vs4TN.disabled-rlj6R {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
|
@ -8166,6 +8173,198 @@ html:not(.active-slider-within-NcgYf) .player-container-wIELK.overlayHidden-gyjI
|
|||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.gamepad-modal-Qawlq {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
z-index: 100;
|
||||
}
|
||||
.gamepad-modal-Qawlq .backdrop-LYhNk {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background-color: hsla(0, 0%, 0%, 0.4);
|
||||
cursor: pointer;
|
||||
}
|
||||
.gamepad-modal-Qawlq .container-RTZor {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
max-height: 90%;
|
||||
max-width: 72rem;
|
||||
width: 92%;
|
||||
border-radius: var(--border-radius);
|
||||
background-color: var(--modal-background-color);
|
||||
box-shadow: var(--outer-glow);
|
||||
overflow-y: auto;
|
||||
}
|
||||
.gamepad-modal-Qawlq .container-RTZor .header-dZZ7W {
|
||||
flex: none;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
height: 5rem;
|
||||
padding-left: 2.5rem;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
.gamepad-modal-Qawlq .container-RTZor .header-dZZ7W .title-VSCBV {
|
||||
position: relative;
|
||||
font-size: 1.5rem;
|
||||
font-weight: 500;
|
||||
color: var(--primary-foreground-color);
|
||||
}
|
||||
.gamepad-modal-Qawlq .container-RTZor .header-dZZ7W .close-button-CnaWr {
|
||||
position: relative;
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
padding: 0.5rem;
|
||||
border-radius: var(--border-radius);
|
||||
z-index: 2;
|
||||
}
|
||||
.gamepad-modal-Qawlq .container-RTZor .header-dZZ7W .close-button-CnaWr .icon-IBKco {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
color: var(--primary-foreground-color);
|
||||
opacity: 0.4;
|
||||
}
|
||||
.gamepad-modal-Qawlq .container-RTZor .header-dZZ7W .close-button-CnaWr:hover .icon-IBKco,
|
||||
.gamepad-modal-Qawlq .container-RTZor .header-dZZ7W .close-button-CnaWr:focus .icon-IBKco {
|
||||
opacity: 1;
|
||||
color: var(--primary-foreground-color);
|
||||
}
|
||||
.gamepad-modal-Qawlq .container-RTZor .header-dZZ7W .close-button-CnaWr:focus {
|
||||
outline-color: var(--primary-foreground-color);
|
||||
}
|
||||
.gamepad-modal-Qawlq .container-RTZor .content-LwIAE {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 3rem;
|
||||
padding: 0 3rem;
|
||||
padding-bottom: 3rem;
|
||||
overflow-y: auto;
|
||||
}
|
||||
@keyframes draw-stroke-CwxEV {
|
||||
from {
|
||||
stroke-dashoffset: 2000;
|
||||
}
|
||||
to {
|
||||
stroke-dashoffset: 0;
|
||||
}
|
||||
}
|
||||
@keyframes draw-line-tR_JU {
|
||||
from {
|
||||
stroke-dashoffset: 800;
|
||||
}
|
||||
to {
|
||||
stroke-dashoffset: 0;
|
||||
}
|
||||
}
|
||||
@keyframes fade-in-AjdhF {
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.gamepad-modal-Qawlq .diagram-Jlr11 {
|
||||
width: 100%;
|
||||
max-width: 48rem;
|
||||
height: auto;
|
||||
}
|
||||
.gamepad-modal-Qawlq .diagram-Jlr11 .anim-body-wsElB {
|
||||
stroke-dasharray: 2000;
|
||||
stroke-dashoffset: 0;
|
||||
animation: draw-stroke-CwxEV 1.4s ease-in-out;
|
||||
}
|
||||
.gamepad-modal-Qawlq .diagram-Jlr11 .anim-controls-NQGnF {
|
||||
animation: fade-in-AjdhF 0.6s ease-out 1s both;
|
||||
}
|
||||
.gamepad-modal-Qawlq .diagram-Jlr11 .anim-lines-E5YUF line {
|
||||
stroke-dasharray: 800;
|
||||
stroke-dashoffset: 0;
|
||||
animation: draw-line-tR_JU 0.8s ease-out 1.6s both;
|
||||
}
|
||||
.gamepad-modal-Qawlq .diagram-Jlr11 .anim-lines-E5YUF circle {
|
||||
animation: fade-in-AjdhF 0.3s ease-out 2s both;
|
||||
}
|
||||
.gamepad-modal-Qawlq .diagram-Jlr11 .anim-labels-ZwvAF {
|
||||
animation: fade-in-AjdhF 0.5s ease-out 2.2s both;
|
||||
}
|
||||
.gamepad-modal-Qawlq .sections-oDwuV {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 5rem;
|
||||
width: 100%;
|
||||
max-width: 56rem;
|
||||
}
|
||||
.gamepad-modal-Qawlq .section-EYjRH {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1.2rem;
|
||||
}
|
||||
.gamepad-modal-Qawlq .section-title-svA6u {
|
||||
font-size: 1rem;
|
||||
font-weight: 600;
|
||||
color: var(--primary-foreground-color);
|
||||
margin-bottom: 0.4rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.05em;
|
||||
opacity: 0.7;
|
||||
}
|
||||
.gamepad-modal-Qawlq .mapping-pOqvt {
|
||||
display: grid;
|
||||
grid-template-columns: auto 1.2rem 1fr;
|
||||
align-items: center;
|
||||
column-gap: 0.5rem;
|
||||
}
|
||||
.gamepad-modal-Qawlq .kbd-A5Qhp {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-width: 2rem;
|
||||
height: 1.8rem;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.35rem;
|
||||
background-color: rgba(123, 91, 245, 0.15);
|
||||
border: 1px solid rgba(123, 91, 245, 0.3);
|
||||
box-shadow: none;
|
||||
color: #c4b5fd;
|
||||
font-size: 0.8rem;
|
||||
font-weight: 600;
|
||||
font-family: inherit;
|
||||
}
|
||||
.gamepad-modal-Qawlq .dir-lD4k_ {
|
||||
color: #8b7faa;
|
||||
font-size: 1rem;
|
||||
}
|
||||
.gamepad-modal-Qawlq .action-BaO8j {
|
||||
color: var(--primary-foreground-color);
|
||||
font-size: 0.9rem;
|
||||
opacity: 0.8;
|
||||
}
|
||||
@media only screen and (max-width: 640px) {
|
||||
.gamepad-modal-Qawlq .container-RTZor {
|
||||
max-width: 95%;
|
||||
}
|
||||
.gamepad-modal-Qawlq .sections-oDwuV {
|
||||
flex-direction: column;
|
||||
gap: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.error-container-OJnoc {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1 +1 @@
|
|||
<!doctype html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=0,user-scalable=no,viewport-fit=cover"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"><meta name="apple-mobile-web-app-title" content="Stremio"><link rel="icon" type="image/x-icon" href="favicons/favicon.ico"><link rel="manifest" href="manifest.json"/><title>Stremio - Freedom to Stream</title><link href="ba45c7f47fbe58fbb599bff563787019208d9bcb/styles/main.css" rel="stylesheet"></head><body><div id="app"></div><script src="ba45c7f47fbe58fbb599bff563787019208d9bcb/scripts/main.js"></script><script src="ba45c7f47fbe58fbb599bff563787019208d9bcb/scripts/worker.js"></script><script src="//www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1"></script><script async src="https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js"></script></body></html>
|
||||
<!doctype html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=0,user-scalable=no,viewport-fit=cover"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"><meta name="apple-mobile-web-app-title" content="Stremio"><link rel="icon" type="image/x-icon" href="favicons/favicon.ico"><link rel="manifest" href="manifest.json"/><title>Stremio - Freedom to Stream</title><link href="2075b1c5216bd1d1b380c428f996138cc0d6760a/styles/main.css" rel="stylesheet"></head><body><div id="app"></div><script src="2075b1c5216bd1d1b380c428f996138cc0d6760a/scripts/main.js"></script><script src="2075b1c5216bd1d1b380c428f996138cc0d6760a/scripts/worker.js"></script><script src="//www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1"></script><script async src="https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js"></script></body></html>
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
if(!self.define){let e,a={};const i=(i,c)=>(i=new URL(i+".js",c).href,a[i]||new Promise(a=>{if("document"in self){const e=document.createElement("script");e.src=i,e.onload=a,document.head.appendChild(e)}else e=i,importScripts(i),a()}).then(()=>{let e=a[i];if(!e)throw new Error(`Module ${i} didn’t register its module`);return e}));self.define=(c,s)=>{const r=e||("document"in self?document.currentScript.src:"")||location.href;if(a[r])return;let f={};const b=e=>i(e,r),n={module:{uri:r},exports:f,require:b};a[r]=Promise.all(c.map(e=>n[e]||b(e))).then(e=>(s(...e),f))}}define(["./workbox-099bf95e"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:".well-known/apple-app-site-association",revision:"fa0647fcd42a1063e72bd66bfdf00052"},{url:"ba45c7f47fbe58fbb599bff563787019208d9bcb/binaries/stremio_core_web_bg.wasm",revision:"fe7fa9ec52a7a086313617ea2ae84c4a"},{url:"ba45c7f47fbe58fbb599bff563787019208d9bcb/scripts/main.js",revision:"418733d8a76fa587eb554ffaf0d2c4cc"},{url:"ba45c7f47fbe58fbb599bff563787019208d9bcb/scripts/worker.js",revision:"adc26bcda8432ce5ae0c2f8febf798d3"},{url:"ba45c7f47fbe58fbb599bff563787019208d9bcb/styles/main.css",revision:"3afca2026d2d2e8a125c3432220ff637"},{url:"favicons/favicon.ico",revision:"4c07b4cdba0741908240aaf0f0996231"},{url:"fonts/PlusJakartaSans.ttf",revision:"d42d5252438e0617f4fafe9c9b1eaa36"},{url:"fonts/TwemojiFlags.woff2",revision:"a19faae092f75a72275d55deca5d9469"},{url:"images/anonymous.png",revision:"14a3d1f35520016dfa7d524bc6fe00a3"},{url:"images/background_1.svg",revision:"e13e8149bc3a081ae4b19a94339d0929"},{url:"images/background_2.svg",revision:"7400a2bd6bd3a5b6ddf4d4cd12e6e1c8"},{url:"images/calendar_placeholder.png",revision:"420d4c30fb60f24bfc0b292e0ec6f8db"},{url:"images/default_avatar.png",revision:"71b1172926723433c6e5f94a1e570993"},{url:"images/empty.png",revision:"3508ea0d8cd8dd84906ff960a356b6c9"},{url:"images/icon.png",revision:"b23a3a2bbe761ce6029c564879702ad5"},{url:"images/icon_196x196.png",revision:"6a499064d57e9f4f59ea5bc306f28409"},{url:"images/icon_512x512.png",revision:"1a4638f518162346278b0750af1d0c4f"},{url:"images/library_placeholder.png",revision:"47355825e2c3f3e5bcc80d204f0156c8"},{url:"images/logo.png",revision:"a747ada078440d543890a24ea9105e6d"},{url:"images/maskable_icon.png",revision:"941c7d6c4af30fd50d631032e31bbd42"},{url:"images/maskable_icon_196x196.png",revision:"e730a8c582c775f1a70f8c180adfd608"},{url:"images/maskable_icon_512x512.png",revision:"b00d7a767a43ae4f5a82cd63353c0b24"},{url:"images/stremio_symbol.png",revision:"c64dbb21f02e31bc644512327ed6fe80"},{url:"index.html",revision:"6c0cdb6ec9dec87e4b264acf22ee74b7"},{url:"manifest.json",revision:"5c89b0eeceba06dee2ce8cb4197c7b64"},{url:"screenshots/board_narrow.webp",revision:"8329eb909f925e3658dbb7d7e6611bd1"},{url:"screenshots/board_wide.webp",revision:"506ccb23f4d5eced25b11331a10abacb"}],{})});
|
||||
if(!self.define){let e,a={};const i=(i,c)=>(i=new URL(i+".js",c).href,a[i]||new Promise(a=>{if("document"in self){const e=document.createElement("script");e.src=i,e.onload=a,document.head.appendChild(e)}else e=i,importScripts(i),a()}).then(()=>{let e=a[i];if(!e)throw new Error(`Module ${i} didn’t register its module`);return e}));self.define=(c,s)=>{const r=e||("document"in self?document.currentScript.src:"")||location.href;if(a[r])return;let n={};const d=e=>i(e,r),o={module:{uri:r},exports:n,require:d};a[r]=Promise.all(c.map(e=>o[e]||d(e))).then(e=>(s(...e),n))}}define(["./workbox-099bf95e"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:".well-known/apple-app-site-association",revision:"fa0647fcd42a1063e72bd66bfdf00052"},{url:"2075b1c5216bd1d1b380c428f996138cc0d6760a/binaries/stremio_core_web_bg.wasm",revision:"fe7fa9ec52a7a086313617ea2ae84c4a"},{url:"2075b1c5216bd1d1b380c428f996138cc0d6760a/scripts/main.js",revision:"130fba53def87bcd4c32c743884c3072"},{url:"2075b1c5216bd1d1b380c428f996138cc0d6760a/scripts/worker.js",revision:"51a0f7f036111217e28bc29f3af0649c"},{url:"2075b1c5216bd1d1b380c428f996138cc0d6760a/styles/main.css",revision:"1cc4380a1b4cf54a76dea258cae717cb"},{url:"favicons/favicon.ico",revision:"4c07b4cdba0741908240aaf0f0996231"},{url:"fonts/PlusJakartaSans.ttf",revision:"d42d5252438e0617f4fafe9c9b1eaa36"},{url:"fonts/TwemojiFlags.woff2",revision:"a19faae092f75a72275d55deca5d9469"},{url:"images/anonymous.png",revision:"14a3d1f35520016dfa7d524bc6fe00a3"},{url:"images/background_1.svg",revision:"e13e8149bc3a081ae4b19a94339d0929"},{url:"images/background_2.svg",revision:"7400a2bd6bd3a5b6ddf4d4cd12e6e1c8"},{url:"images/calendar_placeholder.png",revision:"420d4c30fb60f24bfc0b292e0ec6f8db"},{url:"images/default_avatar.png",revision:"71b1172926723433c6e5f94a1e570993"},{url:"images/empty.png",revision:"3508ea0d8cd8dd84906ff960a356b6c9"},{url:"images/icon.png",revision:"b23a3a2bbe761ce6029c564879702ad5"},{url:"images/icon_196x196.png",revision:"6a499064d57e9f4f59ea5bc306f28409"},{url:"images/icon_512x512.png",revision:"1a4638f518162346278b0750af1d0c4f"},{url:"images/library_placeholder.png",revision:"47355825e2c3f3e5bcc80d204f0156c8"},{url:"images/logo.png",revision:"a747ada078440d543890a24ea9105e6d"},{url:"images/maskable_icon.png",revision:"941c7d6c4af30fd50d631032e31bbd42"},{url:"images/maskable_icon_196x196.png",revision:"e730a8c582c775f1a70f8c180adfd608"},{url:"images/maskable_icon_512x512.png",revision:"b00d7a767a43ae4f5a82cd63353c0b24"},{url:"images/stremio_symbol.png",revision:"c64dbb21f02e31bc644512327ed6fe80"},{url:"index.html",revision:"0618add4cd0ed774a18179a4aa4f5335"},{url:"manifest.json",revision:"5c89b0eeceba06dee2ce8cb4197c7b64"},{url:"screenshots/board_narrow.webp",revision:"8329eb909f925e3658dbb7d7e6611bd1"},{url:"screenshots/board_wide.webp",revision:"506ccb23f4d5eced25b11331a10abacb"}],{})});
|
||||
//# sourceMappingURL=service-worker.js.map
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue