From: Anton Khorev Date: Tue, 8 Aug 2023 16:59:50 +0000 (+0300) Subject: Remove unused user image css from profile edit form X-Git-Tag: live~1390^2~1 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/478d80b50c04990650fbe3378ff979a8411338cf Remove unused user image css from profile edit form --- 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; }