Skip to content

Commit ce7eca4

Browse files
committed
Adjust epoch list height
For #415
1 parent 8eae133 commit ce7eca4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This change
33

44
## Unreleased
55

6+
7+
#### Changed
8+
9+
- Adjust epoch list height. See #415
10+
611
#### Fixed
712

813
- The epoch list header now stays visible when scrolling. See #415

src/day8/re_frame_10x/navigation/views.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@
348348
:height "100%"
349349
:width "100%"
350350
:debug? debug?
351-
:initial-split "10%"
351+
:initial-split "38%"
352352
:margin "0px"
353353
:panel-1 [rc/v-box
354354
:height "100%"

0 commit comments

Comments
 (0)