mirror of https://github.com/zulip/zulip.git
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:
parent
92cd856848
commit
3d95078117
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue