day8 / re-frame-10x

A debugging dashboard for re-frame. X-ray vision as tooling.
MIT License
631 stars 68 forks source link

[Bug]: app-db path input too narrow in non-webkit browsers #377

Closed bootleq closed 1 year ago

bootleq commented 1 year ago

What happened?

Current UI

In app-db tab, the path input is too narrow. 圖片

Expected result

The input should take full available space, like behaves in Chrome browser.

Possible cause

The style is defined below, which only targeting -webkit browsers, should also add -moz-available for Firefox. https://github.com/day8/re-frame-10x/blob/3f36580fd22a8351527ecd396359db13b3402c0e/src/day8/re_frame_10x/styles.cljs#L486

10x Version

1.5.0

Reagent Version

1.1.1

React Version

17.0.2

re-frame Version

1.2.0

What browsers are you seeing the problem on?

Firefox

Relevant console output

No response