We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eae133 commit ce7eca4Copy full SHA for ce7eca4
CHANGELOG.md
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This change
3
4
## Unreleased
5
6
+
7
+#### Changed
8
9
+- Adjust epoch list height. See #415
10
11
#### Fixed
12
13
- The epoch list header now stays visible when scrolling. See #415
src/day8/re_frame_10x/navigation/views.cljs
@@ -348,7 +348,7 @@
348
:height "100%"
349
:width "100%"
350
:debug? debug?
351
- :initial-split "10%"
+ :initial-split "38%"
352
:margin "0px"
353
:panel-1 [rc/v-box
354
0 commit comments