fix: minor ui issue
This commit is contained in:
parent
6e0e33dbd0
commit
24e301854c
@ -51,7 +51,7 @@ const ModelPage = ({ model, onGoBack }: Props) => {
|
||||
>
|
||||
<div className="flex h-full w-full justify-center">
|
||||
<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">
|
||||
<button
|
||||
onClick={onGoBack}
|
||||
|
||||
@ -100,6 +100,9 @@
|
||||
list-style-position: inside;
|
||||
li {
|
||||
line-height: 2;
|
||||
p {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user