fix: fixed topbar layout style problem and removed padding left 6px
This commit is contained in:
@@ -36,7 +36,7 @@ export function AppShell({ children }: AppShellProps) {
|
|||||||
<>
|
<>
|
||||||
<AtaturkWidgetModal />
|
<AtaturkWidgetModal />
|
||||||
{ENABLE_NEKO_FOLLOWER ? <NekoFollower /> : null}
|
{ENABLE_NEKO_FOLLOWER ? <NekoFollower /> : null}
|
||||||
<div className="mx-auto flex w-full max-w-4xl flex-col px-4 py-4 sm:px-6">
|
<div className="mx-auto flex w-full max-w-4xl flex-col px-4 py-4 ">
|
||||||
<SiteNavbar />
|
<SiteNavbar />
|
||||||
{announcement ? (
|
{announcement ? (
|
||||||
<AnnouncementBar
|
<AnnouncementBar
|
||||||
|
|||||||
+22
-22
@@ -128,29 +128,29 @@ export function SiteNavbar() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Tooltip key={item.id}>
|
<Tooltip key={item.id}>
|
||||||
<TooltipTrigger asChild>
|
<TooltipTrigger asChild>
|
||||||
<Button
|
<Button
|
||||||
asChild
|
asChild
|
||||||
variant="secondary"
|
variant="secondary"
|
||||||
size="icon-sm"
|
size="icon-sm"
|
||||||
radius="sm"
|
radius="sm"
|
||||||
effect="shine"
|
effect="shine"
|
||||||
aria-label={label}
|
aria-label={label}
|
||||||
className={`cursor-pointer ${slowShineClassName}`}
|
className={`cursor-pointer ${slowShineClassName}`}
|
||||||
>
|
|
||||||
<a
|
|
||||||
href={href}
|
|
||||||
target={item.id === "cv" || item.external ? "_blank" : undefined}
|
|
||||||
rel={item.id === "cv" || item.external ? "noreferrer" : undefined}
|
|
||||||
>
|
>
|
||||||
<Icon icon={item.icon} width={16} height={16} />
|
<a
|
||||||
</a>
|
href={href}
|
||||||
</Button>
|
target={item.id === "cv" || item.external ? "_blank" : undefined}
|
||||||
</TooltipTrigger>
|
rel={item.id === "cv" || item.external ? "noreferrer" : undefined}
|
||||||
<TooltipContent side="bottom" surface="soft" radius="sm" size="sm">
|
>
|
||||||
{label}
|
<Icon icon={item.icon} width={16} height={16} />
|
||||||
</TooltipContent>
|
</a>
|
||||||
</Tooltip>
|
</Button>
|
||||||
|
</TooltipTrigger>
|
||||||
|
<TooltipContent side="bottom" surface="soft" radius="sm" size="sm">
|
||||||
|
{label}
|
||||||
|
</TooltipContent>
|
||||||
|
</Tooltip>
|
||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -26,7 +26,7 @@
|
|||||||
"next": "16.1.6",
|
"next": "16.1.6",
|
||||||
"next-intl": "4.13.0",
|
"next-intl": "4.13.0",
|
||||||
"pdfjs-dist": "^5.5.207",
|
"pdfjs-dist": "^5.5.207",
|
||||||
"poyraz-ui": "^3.0.0",
|
"poyraz-ui": "3.0.2",
|
||||||
"react": "19.2.3",
|
"react": "19.2.3",
|
||||||
"react-dom": "19.2.3",
|
"react-dom": "19.2.3",
|
||||||
"react-hook-form": "^7.71.2",
|
"react-hook-form": "^7.71.2",
|
||||||
|
|||||||
Generated
+1785
-1955
File diff suppressed because it is too large
Load Diff
@@ -19,3 +19,5 @@ allowBuilds:
|
|||||||
|
|
||||||
minimumReleaseAgeExclude:
|
minimumReleaseAgeExclude:
|
||||||
- poyraz-ui@3.0.0
|
- poyraz-ui@3.0.0
|
||||||
|
- poyraz-ui@3.0.1
|
||||||
|
- poyraz-ui@3.0.2
|
||||||
|
|||||||
Reference in New Issue
Block a user