settings: Move user avatar below at 991px instead of 953px.

Since we are increasing the breakpoint width, the is no
regression possible.
This commit is contained in:
Aman Agrawal 2020-10-31 20:45:58 +05:30 committed by Tim Abbott
parent 92cd856848
commit 3d95078117
1 changed files with 1 additions and 1 deletions

View File

@ -1761,7 +1761,7 @@ body:not(.night-mode) #settings_page .custom_user_field .datepicker {
margin: 20px; margin: 20px;
} }
@media (max-width: 953px) { @media (max-width: $lg-max) {
.user-avatar-section, .user-avatar-section,
.realm-icon-section { .realm-icon-section {
float: none; float: none;