<main class="relative h-screen overflow-hidden bg-immich-bg tall:ml-4 pt-[var(--navbar-height)] dark:bg-immich-dark-bg"> {#key refreshAssetGrid} <AssetGrid {assetStore} 3 changes: 3 additions & 0 deletions 3 web/tailwind.config.cjs @@ -30,6 +30,9 @@ module.exports = { spa...
@apply fixed top-0 w-full bottom-0 z-[15] pt-[calc(var(--navbar-height))] overscroll-contain;contain: layout style; transition: transform 0.8s cubic-bezier(0.52, 0.16, 0.04, 1); will-change: transform, opacity; @@ -15,9 +16,11 @@li > div { @apply h-0; ...
You can ask Angular related questions or find answers for thousands of questions which has already been answered. When new question is been posted, our volunteer community leaders will search for 100% working solutions on other communities such as Stackoverflow, Reddit, Stack Exchange etc. and tes...
@@ -73,8 +73,8 @@ const NavBar = () => { {links.map( (link) => link.show && ( <Link passHref href={link.to} scroll={false}> <li key={link.id} <Link passHref href={link.to} key={link.id} scroll={false}> <li className={`${ ...
2 changes: 1 addition & 1 deletion 2 packages/components/navbar/package.json Original file line numberDiff line numberDiff line change @@ -49,7 +49,7 @@ "@react-aria/focus": "3.16.2", "@react-aria/interactions": "3.21.1", "@react-aria/overlays": "3.21.1", "@react-aria/utils...
import Navbar from "@/components/Navbar"; import Footer from "@/components/Footer"; export const metadata = { metadataBase: new URL('https://postgres-prisma.vercel.app'), title: 'Vercel Postgres Demo with Prisma', metadataBase: new URL('https://hanime.vercel.app'), title: 'Hanim...
import Navbar from "../components/navbar"; import Footer from "../components/footer"; import siteMetadata from "../../data/sitemetadata"; import { Analytics } from "@vercel/analytics/react"; import { SpeedInsights } from "@vercel/speed-insights/next" export const metadata = { metadata...
11-15-MVP_navbar_project_search (#205) 11-15-Update_antd_4.24.0 (#205) 11-15-nav_Collapse_Blog_into_Resources (#205) 11-21-Convert_create_over_to_tailwind (#205) 11-21-apply_JuiceModal_and_JuiceDrawer_to_all_classes (#205) 11-22-Remove_clickable-border (#205) 11-22-remove...
window.removeEventListener("scroll", this.updatePosition) }, }) </script> 2 changes: 1 addition & 1 deletion 2 src/components/Navbar/Blog.vue Original file line numberDiff line numberDiff line change @@ -58,7 +58,7 @@ export default Vue.extend({ <template> <nav class="w-full z-...
const Navbar = () => { const [active, setActive] = useState(''); const [toggle, setToggle] = useState(false); return ( <nav className={`${styles.paddingX} w-full flex items-center py-2 fixed top-0 z-20 bg-flashWhite sm:opacity-[0.97] xxs:h-[12vh]`}> <div className="w...