Make app-db and subscription views wrap header info responsively
This commit is contained in:
parent
b2522831c7
commit
b28f14c8cf
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue