feat: chat panel redesigned ui

This commit is contained in:
butterfly
2024-04-16 14:07:51 +08:00
parent 3fc9b91bf1
commit 51a1d9f92a
41 changed files with 1350 additions and 526 deletions

View File

@@ -3,3 +3,23 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
@font-face {
font-family: "Satoshi Variable";
font-style: normal;
font-weight: 400;
font-display: swap;
font-feature-settings:
"clig" off,
"liga" off;
src: url(/fonts/Roboto.woff2) format("woff2");
}
}
html,
body {
height: 100%;
width: 100%;
overflow: hidden;
}