Skip to content

fix: fix css for medium modal dimensions #346

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 11, 2020
Merged

Conversation

arjunlalb
Copy link
Contributor

Description

Fixing CSS for medium size modal

@arjunlalb arjunlalb requested a review from a team as a code owner November 10, 2020 18:40
@codecov
Copy link

codecov bot commented Nov 10, 2020

Codecov Report

Merging #346 (2156a74) into main (2ff0a17) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             main     #346    +/-   ##
========================================
  Coverage   86.23%   86.23%            
========================================
  Files         725      725            
  Lines       14807    14807            
  Branches     1896     1760   -136     
========================================
  Hits        12769    12769            
- Misses       2005     2007     +2     
+ Partials       33       31     -2     
Impacted Files Coverage Δ
...pover/position-strategy/mouse-position-strategy.ts 9.67% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2ff0a17...2156a74. Read the comment docs.

@@ -17,8 +17,8 @@
}

&.modal-size-medium {
height: 456px;
width: 530px;
height: 530px;
Copy link
Contributor

Choose a reason for hiding this comment

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

@jake-bassett you added this size for your use case right? did you need it in the other orientation?

Copy link
Contributor

Choose a reason for hiding this comment

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

This size works for what I'm doing too.

@arjunlalb arjunlalb merged commit 85d4688 into main Nov 11, 2020
@arjunlalb arjunlalb deleted the fix-css-modal-medium branch November 11, 2020 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants