a tool for shared writing and social publishing

added a png to serve as background behind thigs that are transparent, ie the slider in theme setter for page bg, slight tweak to separator component

Changed files
+3 -1
components
public
+3 -1
components/Layout.tsx
··· 1 1 export const Separator = (props: { classname?: string }) => { 2 - return <div className={`h-6 border-r border-border ${props.classname}`} />; 2 + return ( 3 + <div className={`min-h-full border-r border-border ${props.classname}`} /> 4 + ); 3 5 };
public/transparent-bg.png

This is a binary file and will not be displayed.