Skip to content

Commit

Permalink
Merge pull request #387 from day8/app-db-path-input-width
Browse files Browse the repository at this point in the history
Stretch the app-db path input field on firefox
  • Loading branch information
kimo-k committed Jun 20, 2023
2 parents 4cb9fc1 + a329c5c commit 9b7445e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/day8/re_frame_10x/styles.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@
[ambiance]
{:background-color (background-color-1 ambiance)
:height (px 25)
:width "-webkit-fill-available" ;; This took a bit of finding!
:width #{"-webkit-fill-available" "-moz-available;"}
:padding [[0 gs-7]]
:border :none}
[:&:focus
Expand Down

0 comments on commit 9b7445e

Please sign in to comment.