From 3d3b5262cceee0dcd477365f8a691ce5f8039880 Mon Sep 17 00:00:00 2001 From: evazion Date: Wed, 12 Aug 2020 11:02:11 -0500 Subject: [PATCH] uploads: don't show translated commentary in tag edit dialog. --- app/javascript/src/styles/specific/posts.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/src/styles/specific/posts.scss b/app/javascript/src/styles/specific/posts.scss index 90a90acc9..22962fc86 100644 --- a/app/javascript/src/styles/specific/posts.scss +++ b/app/javascript/src/styles/specific/posts.scss @@ -84,7 +84,7 @@ table article.post-preview { /* Hide everything but the rating and tags fields. */ .post_has_embedded_notes_fieldset, .post_lock_fieldset, .post_parent_id, .post_source, #filedropzone, .upload_as_pending, .upload_source_container, - .upload_parent_id, .upload_artist_commentary_container { + .upload_parent_id, .upload_artist_commentary_container, .upload_commentary_translation_container { display: none; } }