mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(site): adjust footer for safari and firefox
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
<!-- TODO: hide this behind an overscroll animation........... somehow. --><!-- The weird bottom-0 approach I used here avoids some rounding problems on low-dpi screen -->
|
||||
{/* TODO: hide this behind an overscroll animation........... somehow. */}
|
||||
<div class="@container relative overflow-hidden not-supports-container:hidden">
|
||||
{/* The weird bottom-0 approach I used here avoids some rounding problems on low-dpi screen */}
|
||||
<div class="absolute h-full bottom-0 left-0 right-0 bg-yellow"></div>
|
||||
<div class="absolute h-3/4 bottom-0 left-0 right-0 bg-orange"></div>
|
||||
<div class="absolute h-1/2 bottom-0 left-0 right-0 bg-red"></div>
|
||||
<div class="absolute h-1/4 bottom-0 left-0 right-0 bg-purple"></div>
|
||||
<div
|
||||
class="relative font-semibold tracking-tighter text-light-80 dark:text-dark-100 select-none"
|
||||
style="font-size:28cqi;line-height:0.72;"
|
||||
class="relative font-semibold tracking-tighter text-light-80 dark:text-dark-100 select-none text-center"
|
||||
style="font-size:28cqi;line-height:0.718;"
|
||||
>
|
||||
VideoJS
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user