Tailwind config and basic services
This commit is contained in:
parent
f1e90c4dd2
commit
be6467cd2c
41 changed files with 581 additions and 102 deletions
|
|
@ -1,7 +1,11 @@
|
|||
import type { Component } from "solid-js";
|
||||
|
||||
const ChannelBar: Component = () => {
|
||||
return <div class="bg-stone-800 h-16 shadow-bar z-10"></div>;
|
||||
return (
|
||||
<div class="absolute w-full top-0 z-10">
|
||||
<div class="bg-stone-800/25 backdrop-blur-md h-16 w-full shadow-bar p-2"></div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default ChannelBar;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue