source for getorbyt.com getorbyt.com/
client bsky orbytapp app orbyt bluesky getorbyt orbytvideo atproto video
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add site-footer.css to multiple pages for consistent styling and improve scrollbar handling

+5 -3
-3
public/css/site-document.css
··· 3 3 * Scope everything under .site-doc so .container and other globals stay untouched. 4 4 */ 5 5 6 - @import url("/css/site-footer.css"); 7 - 8 6 @font-face { 9 7 font-family: 'Figtree'; 10 8 src: url('/fonts/Figtree/Figtree-VariableFont_wght.woff2') format('woff2'); ··· 21 19 min-height: 100dvh; 22 20 color: var(--orbyt-white); 23 21 position: relative; 24 - scrollbar-gutter: stable both-edges; 25 22 overflow-x: hidden; 26 23 overflow-y: auto; 27 24 }
+1
public/css/tokens.css
··· 1 1 /* Design tokens (aligned with app theme). Profile body overrides --orbyt-chrome / --orbyt-profile-*. */ 2 2 html { 3 3 box-sizing: border-box; 4 + scrollbar-gutter: stable both-edges; 4 5 } 5 6 6 7 *,
+1
src/pages/contact.astro
··· 30 30 <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png"> 31 31 <link rel="manifest" href="/favicon/site.webmanifest"> 32 32 <link rel="stylesheet" href="/css/tokens.css" /> 33 + <link rel="stylesheet" href="/css/site-footer.css" /> 33 34 <link rel="stylesheet" href="/css/site-document.css" /> 34 35 </head> 35 36 <body>
+1
src/pages/index.astro
··· 29 29 tileColor={SITE_DOCUMENT.orbytBlack} 30 30 /> 31 31 <link rel="stylesheet" href="/css/tokens.css" /> 32 + <link rel="stylesheet" href="/css/site-footer.css" /> 32 33 <link rel="stylesheet" href="/css/site-document.css" /> 33 34 <link rel="stylesheet" href="/css/caveat.css" /> 34 35 <link rel="stylesheet" href="/css/klee-one.css" />
+1
src/pages/privacy.astro
··· 30 30 <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png"> 31 31 <link rel="manifest" href="/favicon/site.webmanifest"> 32 32 <link rel="stylesheet" href="/css/tokens.css" /> 33 + <link rel="stylesheet" href="/css/site-footer.css" /> 33 34 <link rel="stylesheet" href="/css/site-document.css" /> 34 35 </head> 35 36 <body>
+1
src/pages/terms.astro
··· 30 30 <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png"> 31 31 <link rel="manifest" href="/favicon/site.webmanifest"> 32 32 <link rel="stylesheet" href="/css/tokens.css" /> 33 + <link rel="stylesheet" href="/css/site-footer.css" /> 33 34 <link rel="stylesheet" href="/css/site-document.css" /> 34 35 </head> 35 36 <body>