Skip to content

Commit

Permalink
Adjust epoch list height
Browse files Browse the repository at this point in the history
For #415
  • Loading branch information
kimo-k committed Oct 23, 2024
1 parent 8eae133 commit ce7eca4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/day8/re_frame_10x/navigation/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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%"
Expand Down

0 comments on commit ce7eca4

Please sign in to comment.