diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 43abe76b1..d1115ebad 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -169,22 +169,6 @@ label { color: var(--base-inverted); } -.admin-help-button { - position: fixed; - bottom: var(--su-7); - margin-bottom: env(safe-area-inset-bottom); - right: var(--su-7); - z-index: var(--z-elevate); - cursor: pointer; - border-radius: 50px; - - @media (max-width: $breakpoint-m) { - bottom: calc(var(--header-height) + var(--su-3)); - right: var(--su-3); - padding: 0; - } -} - .mod-actions__data { max-width: 300px; } diff --git a/app/assets/stylesheets/scaffolds.scss b/app/assets/stylesheets/scaffolds.scss index e645660a2..c311e80f6 100644 --- a/app/assets/stylesheets/scaffolds.scss +++ b/app/assets/stylesheets/scaffolds.scss @@ -93,3 +93,14 @@ body.dark-theme { body.trusted-status-true .trusted-visible-block { display: flex !important; } + +// The .admin-help-button class is included in this file since it +// is referenced in both the admin and application layout. + +.admin-help-button { + margin-bottom: env(safe-area-inset-bottom); + + @media (max-width: $breakpoint-m) { + bottom: calc(var(--header-height) + var(--su-3)); + } +} diff --git a/app/controllers/admin/application_controller.rb b/app/controllers/admin/application_controller.rb index a31a5d883..102237786 100644 --- a/app/controllers/admin/application_controller.rb +++ b/app/controllers/admin/application_controller.rb @@ -19,7 +19,8 @@ module Admin podcasts: "https://admin.forem.com/docs/advanced-customization/content-manager/podcasts", settings: "https://admin.forem.com/docs/advanced-customization/config", tags: "https://admin.forem.com/docs/forem-basics/tags", - users: "https://admin.forem.com/docs/forem-basics/user-roles" + users: "https://admin.forem.com/docs/forem-basics/user-roles", + creator_settings: "https://admin.forem.com/docs/getting-started/first-user-registration" }.freeze protected diff --git a/app/views/admin/creator_settings/new.html.erb b/app/views/admin/creator_settings/new.html.erb index 9059fcca1..6de6019a9 100644 --- a/app/views/admin/creator_settings/new.html.erb +++ b/app/views/admin/creator_settings/new.html.erb @@ -39,6 +39,9 @@