From 8474b400b0acb10f1126c4bf36c9febf9e883265 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal Date: Wed, 11 Jan 2023 00:30:51 +0530 Subject: [PATCH] style: remirror for comments height, sidebar z-index --- apps/app/.env.example | 4 ---- .../issues/issue-detail/comment/issue-comment-section.tsx | 2 +- apps/app/layouts/navbar/main-sidebar.tsx | 2 +- .../[workspaceSlug]/projects/[projectId]/modules/index.tsx | 2 +- apps/app/styles/editor.css | 4 ++++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 apps/app/.env.example diff --git a/apps/app/.env.example b/apps/app/.env.example deleted file mode 100644 index 84b78f77b..000000000 --- a/apps/app/.env.example +++ /dev/null @@ -1,4 +0,0 @@ -NEXT_PUBLIC_API_BASE_URL = "<-- endpoint goes here -->" -NEXT_PUBLIC_GOOGLE_CLIENTID = "<-- google client id goes here -->" -NEXT_PUBLIC_GITHUB_ID = "<-- github id goes here -->" -NEXT_PUBLIC_APP_ENVIRONMENT="<-- production | development -->" \ No newline at end of file diff --git a/apps/app/components/project/issues/issue-detail/comment/issue-comment-section.tsx b/apps/app/components/project/issues/issue-detail/comment/issue-comment-section.tsx index f790b8d9c..0dd2b64de 100644 --- a/apps/app/components/project/issues/issue-detail/comment/issue-comment-section.tsx +++ b/apps/app/components/project/issues/issue-detail/comment/issue-comment-section.tsx @@ -83,7 +83,7 @@ const AddIssueComment: React.FC<{ return (
-
+
= ({ toggleSidebar, setToggleSidebar }) => { const { collapsed: sidebarCollapse, toggleCollapsed } = useTheme(); return ( -