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
23 changes: 0 additions & 23 deletions .env_sample
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ NODE_ENV="development"
# (https://docs.honeybadger.io/lib/ruby/getting-started/introduction.html)
HONEYBADGER_API_KEY="Optional"
HONEYBADGER_JS_API_KEY="Optional"
# Enable Honeybadger in development (disabled by default for performance)
HONEYBADGER_ENABLED="false"

# AWS for images storages
AWS_ID=
Expand Down Expand Up @@ -116,8 +114,6 @@ FASTLY_SERVICE_ID=""
# Honeycomb for monitoring and observability
# (https://www.honeycomb.io/)
HONEYCOMB_API_KEY=""
# Enable Honeycomb in development (disabled by default for performance)
HONEYCOMB_ENABLED="false"

# Google analytics 3/Universal Analytics
# (https://developers.google.com/analytics/devguides/reporting/core/v4)
Expand Down Expand Up @@ -180,22 +176,3 @@ SMTP_AUTHENTICATION=

# Disable simplecov coverage testing when running rspec locally
COVERAGE="false"

################################################
######### Development Performance ##############
################################################

# Enable Datadog tracing in development (disabled by default for performance)
DD_ENABLED="false"

# Enable Ahoy tracking in development (disabled by default for performance)
AHOY_ENABLED="false"

# Enable Bullet N+1 query detection in development (disabled by default for performance)
BULLET_ENABLED="false"

# Enable SQL logging in development (disabled by default for performance)
SQL_LOGGING="false"

# Enable automatic cleanup on startup (disabled by default)
CLEANUP_ON_STARTUP="false"
9 changes: 9 additions & 0 deletions app/assets/stylesheets/base/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
width: 100%;
}

&--limited-xl {
--site-width: #{$breakpoint-xl};
}

&--limited-l {
--site-width: #{$breakpoint-l};
}
Expand Down Expand Up @@ -348,6 +352,11 @@ body[data-side-nav-visible='true'] {
width: calc(100% - 50px);
margin-left: 50px; /* Adjust this value to match the sidebar width */
}
@media (min-width: $breakpoint-l) {
&.crayons-layout--limited-l {
margin-left: auto;
}
}
@media (min-width: $breakpoint-2xl) {
max-width: var(--site-width);
width: 100%;
Expand Down
102 changes: 0 additions & 102 deletions bin/auto-cleanup

This file was deleted.

129 changes: 0 additions & 129 deletions bin/dev-cleanup

This file was deleted.

Loading
Loading