diff --git a/PlotLine/Views/Scenes/Edit.cshtml b/PlotLine/Views/Scenes/Edit.cshtml index 2a85789..fc72b05 100644 --- a/PlotLine/Views/Scenes/Edit.cshtml +++ b/PlotLine/Views/Scenes/Edit.cshtml @@ -2,6 +2,7 @@ @{ ViewData["Title"] = Model.SceneID == 0 ? "New Scene" : "Edit Scene"; ViewData["ProjectSection"] = "Overview"; + ViewData["ShellClass"] = "plotline-shell-wide"; }