.lovePlant {
    position: absolute;
    right: 5%;
    text-align: right;
    cursor: pointer;
    width: fit-content;
    border-radius: 26px;
    padding: 5px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    margin-top: -11px;
}
.userAvatarLove {
    min-width: 32px;
    position: relative;
    right: 45px;
    height: 30px;
    width: auto;
    left: unset;
}
.userLovePlanticNota{
    display: none;
    margin-top: 35px;
  max-height: 183px;
  overflow: scroll;
  padding-top: 25px;
  width: 90%;
  margin-left: 5%;
  }
  .userLove {
    left: 23px;
}
