From 61249a217e649722ee133c6ff7f3c60bb4dabdc1 Mon Sep 17 00:00:00 2001 From: Neha Gupta Date: Thu, 27 Feb 2025 12:31:44 +0000 Subject: [PATCH 1/2] Search Hover Behaviour Changed --- .gitpod.yml | 11 +++++++++++ .../src/components/layout/TopNav.scss | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 000000000000..50d74aebccb1 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,11 @@ +# This configuration file was automatically generated by Gitpod. +# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml) +# and commit this file to your remote git repository to share the goodness with others. + +# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart + +tasks: + - init: pnpm install && pnpm run build + command: pnpm run start + + diff --git a/packages/typescriptlang-org/src/components/layout/TopNav.scss b/packages/typescriptlang-org/src/components/layout/TopNav.scss index 8122362b483b..1cb525553a94 100644 --- a/packages/typescriptlang-org/src/components/layout/TopNav.scss +++ b/packages/typescriptlang-org/src/components/layout/TopNav.scss @@ -406,3 +406,6 @@ form.search { .skip-to-main:focus { border: 1px dashed black; } +#search-box-top{ + padding:0 10px; +} From 0e728dbde64b997f073397c019321e6049c92d90 Mon Sep 17 00:00:00 2001 From: Neha Gupta <78951376+Neha611@users.noreply.github.com> Date: Thu, 27 Feb 2025 20:14:43 +0530 Subject: [PATCH 2/2] Delete .gitpod.yml --- .gitpod.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml deleted file mode 100644 index 50d74aebccb1..000000000000 --- a/.gitpod.yml +++ /dev/null @@ -1,11 +0,0 @@ -# This configuration file was automatically generated by Gitpod. -# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml) -# and commit this file to your remote git repository to share the goodness with others. - -# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart - -tasks: - - init: pnpm install && pnpm run build - command: pnpm run start - -