Skip to content

Commit

Permalink
Adjust variable name to prevent confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzupkoii committed Apr 20, 2024
1 parent cf726b0 commit e119d80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _sass/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@include clearfix();
margin-bottom: 1em;

@media screen and (min-width: $sidebar-min-width) {
@media screen and (min-width: $sidebar-screen-min-width) {
height: 100vh;
overflow-y: auto; // Add scrollbar if the sidebar is too long
position: fixed;
Expand Down
2 changes: 1 addition & 1 deletion _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $type-size-8 : 0.625em; // ~10px
$masthead-height : 70px;

/* Sidebar properties */
$sidebar-min-width : 1024px;
$sidebar-screen-min-width : 1024px;
$sidebar-link-max-width : 250px;


Expand Down

0 comments on commit e119d80

Please sign in to comment.