diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f69ac02..009b068b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This change ## Unreleased + +#### Changed + +- Adjust epoch list height. See #415 + #### Fixed - The epoch list header now stays visible when scrolling. See #415 diff --git a/src/day8/re_frame_10x/navigation/views.cljs b/src/day8/re_frame_10x/navigation/views.cljs index 0f77bc4e..630d4881 100644 --- a/src/day8/re_frame_10x/navigation/views.cljs +++ b/src/day8/re_frame_10x/navigation/views.cljs @@ -348,7 +348,7 @@ :height "100%" :width "100%" :debug? debug? - :initial-split "10%" + :initial-split "38%" :margin "0px" :panel-1 [rc/v-box :height "100%"