diff --git a/README.md b/README.md index f66588ad..d1437671 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ## Feature -- **Streaming** - support for [hls.js](https://oplayer.vercel.app/hls), [flv,mpegts](https://oplayer.vercel.app/mpegts), [dash.js](https://oplayer.vercel.app/dash), [webtorrent](https://oplayer.vercel.app/torrent) and any other custom streaming playback +- **Streaming** - support for [hls.js](https://oplayer.vercel.app/docs/hls), [flv,mpegts](https://oplayer.vercel.app/docs/mpegts), [dash.js](https://oplayer.vercel.app/docs/dash), [webtorrent](https://oplayer.vercel.app/docs/torrent) and any other custom streaming playback - **Fullscreen** - supports native fullscreen with fallback to "full window" modes - **Shortcuts** - supports keyboard shortcuts - **Picture-in-Picture** - supports picture-in-picture mode diff --git a/packages/ui/package.json b/packages/ui/package.json index effecaad..4b8b484b 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@oplayer/ui", - "version": "1.3.3-beta.4", + "version": "1.3.3-beta.5", "description": "ui plugin for oplayer", "type": "module", "main": "./dist/index.es.js", diff --git a/packages/ui/src/style.ts b/packages/ui/src/style.ts index 6657c2cf..ee3c4e6a 100644 --- a/packages/ui/src/style.ts +++ b/packages/ui/src/style.ts @@ -37,11 +37,6 @@ export const root = (config: UiConfig) => { '--shadow-background-color': 'rgba(28 ,28 ,28 , .9)', '--control-bar-height': config.theme!.controller?.display ? '2.5em' : 0, - // fix tailwindcss - [`& .${loading}:before, & .${loading}:after`]: { - '--primary-color': `${config.theme!.primaryColor}`, - }, - position: 'absolute', top: '0', left: '0',