feat: improve styles
This commit is contained in:
@@ -23,8 +23,8 @@ export default function PreviewPane() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col h-full">
|
<div className="flex flex-col h-full">
|
||||||
<div className="flex items-center px-3 py-1.5 border-b-2 border-border shrink-0 gap-2">
|
<div className="flex items-center px-4 py-2 border-b-2 border-border shrink-0 gap-2">
|
||||||
<span className="text-xs text-muted-foreground flex-1">
|
<span className="font-medium text-foreground flex-1">
|
||||||
Preview
|
Preview
|
||||||
{isDynamic && (
|
{isDynamic && (
|
||||||
<span className="ml-1.5 text-primary/60 text-[10px]" title="Dynamic page">⚡</span>
|
<span className="ml-1.5 text-primary/60 text-[10px]" title="Dynamic page">⚡</span>
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ export default function ToolBar({
|
|||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex items-center gap-2 px-3 py-1.5 border-b-2 border-border shrink-0">
|
<div className="flex items-center gap-2 px-4 py-2 border-b-2 border-border shrink-0">
|
||||||
<button
|
<button
|
||||||
onClick={() => navigate("/")}
|
onClick={() => navigate("/")}
|
||||||
className="text-muted-foreground hover:text-foreground transition-colors flex items-center gap-1 text-xs uppercase tracking-wider"
|
className="text-muted-foreground hover:text-foreground transition-colors flex items-center gap-1 text-xs uppercase tracking-wider"
|
||||||
|
|||||||
@@ -206,8 +206,8 @@ function SourcePane({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col h-full">
|
<div className="flex flex-col h-full">
|
||||||
<div className="flex items-center px-3 py-1.5 border-b-2 border-border shrink-0 gap-2">
|
<div className="flex items-center px-4 py-2 border-b-2 border-border shrink-0 gap-2">
|
||||||
<span className="text-xs text-muted-foreground flex-1">Source</span>
|
<span className="font-medium text-foreground flex-1">Source</span>
|
||||||
|
|
||||||
<Popover open={examplesOpen} onOpenChange={setExamplesOpen}>
|
<Popover open={examplesOpen} onOpenChange={setExamplesOpen}>
|
||||||
<PopoverTrigger
|
<PopoverTrigger
|
||||||
|
|||||||
Reference in New Issue
Block a user