Skip to content

Commit

Permalink
Widen freeform foreground/background entry fields
Browse files Browse the repository at this point in the history
also tweaks the left/right padding, so the format indicator doesn't overlap.
this new size should accommodate rgba with 3 digit r, g, b values and an alpha with 2 decimals.

Closes #65
  • Loading branch information
patrickhlauke committed Oct 1, 2018
1 parent a1d2285 commit 30b26f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ section#background-color .buttons {
section#foreground-color .container,
section#background-color .container {
position: relative;
width: 18rem;
width: 24rem;
margin: auto;
display: flex;
justify-content: center;
Expand All @@ -84,7 +84,7 @@ section#background-color input.free-value {
appearance: none;
-webkit-appearance: none;
border: 1px #cccccc dashed;
padding: 0.2rem 2.5rem;
padding: 0.2rem 4.5rem;
background: transparent;
text-align: center;
font-size: 1.4rem;
Expand Down

0 comments on commit 30b26f1

Please sign in to comment.