Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/assets/stylesheets/base/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
}

// .layout-sidebar-visible .crayons-layout should shift layout to the right
body[data-side-nav-visible='true'] {
body[data-side-nav-visible='true']:not(.hidden-shell) {
@media (min-width: $breakpoint-m) {
.crayons-side-nav {
display: block; /* Show sidebar on larger screens */
Expand Down
2 changes: 1 addition & 1 deletion app/views/comments/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<% end %>

<% unless @root_comment %>
<article class="crayons-article crayons-card crayons-card--secondary s:mx-2 m:mx-4 -mb-1 z-0">
<article class="crayons-article crayons-card crayons-card--secondary s:mx-2 m:mx-4 -mb-1 z-0 hidden-shell-innerhidden">
<header class="crayons-article__header">
<% if @commentable.respond_to?(:main_image) && @commentable.main_image.present? %>
<div class="crayons-article__cover">
Expand Down
Loading