Skip to content

Commit

Permalink
Stretch the app-db path input field on firefox
Browse files Browse the repository at this point in the history
This hash-set is an undocumented feature of garden:
noprompt/garden#6

#377
https://caniuse.com/mdn-css_properties_width_stretch
  • Loading branch information
kimo-k committed Jun 18, 2023
1 parent 4cb9fc1 commit a329c5c
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 a329c5c

Please sign in to comment.