aboutsummaryrefslogtreecommitdiff
path: root/styles/globals.css
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-05-09 19:35:17 +0700
committerGitHub <[email protected]>2023-05-09 19:35:17 +0700
commit979cee32a4c2407013142f6604ef7c918dd2957f (patch)
treecaeacf5a945fa3c1a69613da036cd44d4839c9ca /styles/globals.css
parentSmall Patch to v3.5.4 (diff)
downloadmoopa-979cee32a4c2407013142f6604ef7c918dd2957f.tar.xz
moopa-979cee32a4c2407013142f6604ef7c918dd2957f.zip
Update v3.5.5
> Now Skip button will hide if player is not in focused state. > Added some options to player. > Manga images should be displayed now.
Diffstat (limited to 'styles/globals.css')
-rw-r--r--styles/globals.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/globals.css b/styles/globals.css
index a26fbf3..e6d07e2 100644
--- a/styles/globals.css
+++ b/styles/globals.css
@@ -139,7 +139,7 @@ button {
}
.skip-button {
- @apply bg-white xs:w-28 xs:h-9 w-24 h-7 -right-8 -bottom-7 rounded-md font-karla shadow-xl hover:bg-[#f1f1f1] text-black md:static absolute xs:-right-6 xs:-bottom-5 xs:text-[15px] text-xs md:text-sm;
+ @apply bg-white xs:w-28 xs:h-9 w-24 h-7 -top-12 right-[2%] rounded-md font-karla shadow-xl hover:bg-[#f1f1f1] text-black absolute xs:text-[15px] text-xs md:text-sm;
}
.lds-ellipsis {