Browse Source

CSS changes

pull/175/head
zisra 2 years ago
parent
commit
f2f7925cbb
  1. 2
      public/config.js
  2. 10
      src/setup/index.css

2
public/config.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
window.__CONFIG__ = {
// url must NOT end with a slash
VITE_CORS_PROXY_URL: "https://cors.movie-web.app",
VITE_CORS_PROXY_URL: "",
VITE_TMDB_API_KEY: "b030404650f279792a8d3287232358e3",
VITE_OMDB_API_KEY: "aa0937c0",
};

10
src/setup/index.css

@ -4,12 +4,13 @@ @@ -4,12 +4,13 @@
html,
body {
@apply bg-denim-100 text-denim-700 font-open-sans overflow-x-hidden;
@apply bg-denim-100 font-open-sans text-denim-700 overflow-x-hidden;
min-height: 100vh;
min-height: 100dvh;
}
html[data-full], html[data-full] body {
html[data-full],
html[data-full] body {
overscroll-behavior-y: none;
}
@ -53,3 +54,8 @@ body[data-no-select] { @@ -53,3 +54,8 @@ body[data-no-select] {
.google-cast-button:not(.casting) google-cast-launcher {
@apply brightness-[500];
}
:picture-in-picture {
opacity: 0.3;
filter: blur(5px);
}

Loading…
Cancel
Save