Merge branch 'extension-mvp' of https://github.com/movie-web/extension into extension-mvp

This commit is contained in:
mrjvs
2024-01-10 22:11:20 +01:00
2 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;800&display=swap');
body { body {
margin: 0; margin: 0;
font-family: 'Inter', sans-serif;
} }
.popup { .popup {

View File

@@ -33,6 +33,7 @@
} }
.toggle-button { .toggle-button {
cursor: pointer;
position: absolute; position: absolute;
z-index: 1; z-index: 1;
top: 0; top: 0;
@@ -45,6 +46,10 @@
background-color: transparent; background-color: transparent;
} }
.toggle-button:active .inside-glow {
transform: rotate(180deg);
}
.actual-button-style { .actual-button-style {
position: absolute; position: absolute;
top: 0; top: 0;