Skip to content

Commit 6c2455f

Browse files
add a display buttons
1 parent c35d71d commit 6c2455f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/rocqproverorg_frontend/pages/papers.eml

+7
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ let display_papers ~(search : string) ~(recommended_papers : Data.Paper.t list)
3737
</div>
3838
</div>
3939
</div>
40+
<details>
41+
<summary style="font-size: 1.6em; font-weight: normal; float: left; margin-left: 5em; margin-bottom:1em">
42+
More Papers
43+
</summary>
44+
<div style="clear: both;"></div>
4045
<div class="bg-background dark:bg-dark-background">
4146
<div class="py-10 lg:py-28">
4247
<div class="container-fluid">
@@ -122,6 +127,8 @@ let display_papers ~(search : string) ~(recommended_papers : Data.Paper.t list)
122127
</div>
123128
</div>
124129
</div>
130+
</details>
131+
<div style="clear: both;"></div>
125132

126133

127134

0 commit comments

Comments
 (0)