Skip to content

Commit

Permalink
fix: change "resizable panels handlers" width to make it more conveni…
Browse files Browse the repository at this point in the history
…ent to use (#22473)

Co-authored-by: Mark Noonan <mark@cypress.io>
  • Loading branch information
Oustinger and marktnoonan authored Jul 11, 2022
1 parent 3afe3d4 commit 2880092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/src/runner/ResizablePanels.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<div
data-cy="panel1ResizeHandle"
class="cursor-ew-resize h-full top-0 -right-6px w-16px z-30 absolute"
class="cursor-ew-resize h-full top-0 -right-6px w-10px z-30 absolute"
@mousedown="handleMousedown('panel1', $event)"
/>
</div>
Expand All @@ -37,7 +37,7 @@

<div
data-cy="panel2ResizeHandle"
class="cursor-ew-resize h-full top-0 -right-6px w-16px z-30 absolute"
class="cursor-ew-resize h-full top-0 -right-6px w-10px z-30 absolute"
@mousedown="handleMousedown('panel2', $event)"
/>
</div>
Expand Down

5 comments on commit 2880092

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 2880092 Jul 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.3.1/linux-x64/develop-2880092c6048eabc7f8f193485705cbd5b592001/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 2880092 Jul 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.3.1/linux-arm64/develop-2880092c6048eabc7f8f193485705cbd5b592001/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 2880092 Jul 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.3.1/darwin-arm64/develop-2880092c6048eabc7f8f193485705cbd5b592001/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 2880092 Jul 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.3.1/darwin-x64/develop-2880092c6048eabc7f8f193485705cbd5b592001/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 2880092 Jul 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.3.1/win32-x64/develop-2880092c6048eabc7f8f193485705cbd5b592001/cypress.tgz

Please sign in to comment.