.change-avatar-cropper-row { max-height: 400px; } .change-avatar-img { min-width: 50%; max-width: 100%; max-height: 400px; } .settings-item { padding: 0.5em 1em; transition: background 0.3s; border-bottom: 1px solid #e9ecef; align-items: center; } .settings-item.first { border-top: 1px solid #e9ecef; } .settings-item.clickable { cursor: pointer; } .settings-item:hover { background: #dee2e6; } .register-code { border: 1px solid black; border-radius: 3px; padding: 0.2em; }