From 478d80b50c04990650fbe3378ff979a8411338cf Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Tue, 8 Aug 2023 19:59:50 +0300 Subject: [PATCH] Remove unused user image css from profile edit form --- app/assets/stylesheets/common.scss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index d74ece45a..0769ff283 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1125,18 +1125,6 @@ tr.turn:hover { /* Rules for the account settings page */ -#accountForm .user_image { - margin-bottom: 0; -} - -#accountForm #user_image { - margin-left: 20px; -} - -#accountForm ul.accountImage-options { - margin-left: 120px; -} - .nohome .location { display: none; } -- 2.39.5