From 24b56519f623217353b6b6b8f35d02babce42555 Mon Sep 17 00:00:00 2001 From: arjunw Date: Thu, 27 Feb 2025 00:54:53 -0500 Subject: [PATCH] final Linting fixes - removing added lines --- nodebb-theme-harmony/scss/topic.scss | 2 +- public/language/en-US/admin/manage/privileges.json | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/nodebb-theme-harmony/scss/topic.scss b/nodebb-theme-harmony/scss/topic.scss index a1d6439..b86f389 100644 --- a/nodebb-theme-harmony/scss/topic.scss +++ b/nodebb-theme-harmony/scss/topic.scss @@ -2,12 +2,12 @@ body.template-topic { .breadcrumb .breadcrumb-item:last-child { display: none; } - .topic { .posts-container { max-width: 960px; width: 960px; } + .posts { // fixes code blocks pushing content out on mobile @include media-breakpoint-down(md) { diff --git a/public/language/en-US/admin/manage/privileges.json b/public/language/en-US/admin/manage/privileges.json index d593195..e7c9cc3 100644 --- a/public/language/en-US/admin/manage/privileges.json +++ b/public/language/en-US/admin/manage/privileges.json @@ -1,4 +1,3 @@ - { "manage-privileges": "Manage Privileges", "discard-changes": "Discard changes", @@ -7,7 +6,7 @@ "group-privileges": "Group Privileges", "user-privileges": "User Privileges", "edit-privileges": "Edit Privileges", - "select-clear-all": "Select/Clear All", + "select-clear-all": "Select/Clear All", "chat": "Chat", "chat-with-privileged": "Chat with Privileged", "upload-images": "Upload Images", @@ -50,7 +49,6 @@ "admin-groups": "Groups", "admin-tags": "Tags", "admin-settings": "Settings", - "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", @@ -62,7 +60,7 @@ "alert.confirm-copyToChildrenGroup": "Are you sure you wish to apply this group's set of %1 to all descendant (child) categories?", "alert.no-undo": "This action cannot be undone.", "alert.admin-warning": "Administrators implicitly get all privileges", - "alert.copyPrivilegesFrom-title": "Select a category to copy from", - "alert.copyPrivilegesFrom-warning": "This will copy %1 from the selected category.", - "alert.copyPrivilegesFromGroup-warning": "This will copy this group's set of %1 from the selected category." + "alert.copyPrivilegesFrom-title": "Select a category to copy from", + "alert.copyPrivilegesFrom-warning": "This will copy %1 from the selected category.", + "alert.copyPrivilegesFromGroup-warning": "This will copy this group's set of %1 from the selected category." } \ No newline at end of file