fix: minor ui issue

This commit is contained in:
Faisal Amir 2025-03-13 11:39:13 +07:00
parent 6e0e33dbd0
commit 24e301854c
2 changed files with 4 additions and 1 deletions

View File

@ -51,7 +51,7 @@ const ModelPage = ({ model, onGoBack }: Props) => {
> >
<div className="flex h-full w-full justify-center"> <div className="flex h-full w-full justify-center">
<div className="flex w-full max-w-[800px] flex-col "> <div className="flex w-full max-w-[800px] flex-col ">
<div className="sticky top-0 flex h-12 items-center bg-[hsla(var(--app-bg))] px-4"> <div className="sticky top-0 z-10 flex h-12 items-center bg-[hsla(var(--app-bg))] px-4">
<div className="flex items-center gap-2"> <div className="flex items-center gap-2">
<button <button
onClick={onGoBack} onClick={onGoBack}

View File

@ -100,6 +100,9 @@
list-style-position: inside; list-style-position: inside;
li { li {
line-height: 2; line-height: 2;
p {
display: inline;
}
} }
} }
} }