Skip to content

Commit

Permalink
add a display buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-lamiaux committed Jan 27, 2025
1 parent c35d71d commit 6c2455f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/rocqproverorg_frontend/pages/papers.eml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ let display_papers ~(search : string) ~(recommended_papers : Data.Paper.t list)
</div>
</div>
</div>
<details>
<summary style="font-size: 1.6em; font-weight: normal; float: left; margin-left: 5em; margin-bottom:1em">
More Papers
</summary>
<div style="clear: both;"></div>
<div class="bg-background dark:bg-dark-background">
<div class="py-10 lg:py-28">
<div class="container-fluid">
Expand Down Expand Up @@ -122,6 +127,8 @@ let display_papers ~(search : string) ~(recommended_papers : Data.Paper.t list)
</div>
</div>
</div>
</details>
<div style="clear: both;"></div>



Expand Down

0 comments on commit 6c2455f

Please sign in to comment.