fix: fixed topbar layout style problem and removed padding left 6px

This commit is contained in:
poyrazavsever
2026-07-16 10:15:07 +03:00
parent 5b22323f73
commit 8051dd9915
5 changed files with 1811 additions and 1979 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export function AppShell({ children }: AppShellProps) {
<>
<AtaturkWidgetModal />
{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 />
{announcement ? (
<AnnouncementBar
+1 -1
View File
@@ -26,7 +26,7 @@
"next": "16.1.6",
"next-intl": "4.13.0",
"pdfjs-dist": "^5.5.207",
"poyraz-ui": "^3.0.0",
"poyraz-ui": "3.0.2",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hook-form": "^7.71.2",
+1785 -1955
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -19,3 +19,5 @@ allowBuilds:
minimumReleaseAgeExclude:
- poyraz-ui@3.0.0
- poyraz-ui@3.0.1
- poyraz-ui@3.0.2