Skip to content

Commit

Permalink
[BUG FIX] [MER-4005] First access to a course displays malformed land…
Browse files Browse the repository at this point in the history
…ing page (#5270)

* [MER-4005] Fix index view banner

* [MER-4005] Fix navbar width
  • Loading branch information
simonchoxx authored Nov 27, 2024
1 parent 7a55fe2 commit a7035bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/oli_web/components/layouts/workspace.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/>
</div>
</div>
<div class="absolute top-0">
<div class={"absolute top-0 #{if @disable_sidebar?, do: "w-full"}"}>
<Components.Delivery.Layouts.workspace_sidebar_nav
:if={!@disable_sidebar?}
ctx={@ctx}
Expand Down
2 changes: 1 addition & 1 deletion lib/oli_web/live/delivery/student/index_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ defmodule OliWeb.Delivery.Student.IndexLive do
defp header_banner(assigns) do
~H"""
<div class="relative">
<div class="w-full h-1/2 relative flex items-center">
<div class="w-full h-72 relative flex items-center">
<div class="inset-0 absolute">
<div class="inset-0 absolute bg-purple-700 bg-opacity-50"></div>
<img
Expand Down

0 comments on commit a7035bb

Please sign in to comment.