Make app-db and subscription views wrap header info responsively

This commit is contained in:
Daniel Compton 2018-01-29 23:24:13 +13:00
parent b2522831c7
commit b28f14c8cf
3 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@ This version requires re-frame 0.10.4 to make use of the newly added Event panel
* Refactored re-frame-trace trace parsing internals to incrementally parse new traces.
* Clicking on a trace's expanded information now prints the entire trace to the console instead of just the tags.
* Improved efficency of rendering views that do not need to filter out view namespaces.
* app-db and subs panel now have a slightly more responsive design.
### Fixed

View File

@ -107,6 +107,7 @@
:justify :between
:align :center
:margin (css-join common/gs-19s "0px")
:style {:flex-flow "row wrap"}
:children [[rc/button
:class "bm-muted-button app-db-panel-button"
:label [rc/v-box

View File

@ -61,6 +61,7 @@
[rc/h-box
:justify :between
:align :center
:style {:flex-flow "row wrap"}
:margin (css-join common/gs-19s "0px")
:children [[rc/h-box
:align :center