Skip to content

Commit

Permalink
Revert "wip"
Browse files Browse the repository at this point in the history
This reverts commit 3e08094.
  • Loading branch information
ku1ik committed Jun 8, 2024
1 parent b2f7d96 commit 8fe2b7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/asciinema_web/controllers/recording_html/index.html.heex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="container">
<div class="row">
<div :if={false && !@sidebar_hidden} class="col-md-2">
<div :if={!@sidebar_hidden} class="col-md-2">
<h2>Explore</h2>

<ul class="nav flex-column">
Expand All @@ -9,10 +9,10 @@
</ul>
</div>

<div class="col-md-12">
<div class={"col-md-#{if @sidebar_hidden, do: 12, else: 10}"}>
<div class="row">
<div class="col-md-6">
<h2>Explore recordings</h2>
<h2><%= @page_title %></h2>
</div>

<div class="col-md-6 text-right">
Expand Down

0 comments on commit 8fe2b7c

Please sign in to comment.