/* =========================================================
   V925
   1. 房子往上
   2. 房子往右
   3. 齿轮工具按钮缩小
   其它全部不动
========================================================= */


/* 房子：保持现在大小，只调整位置 */
.page[data-page="mine"] .v907-garden{
  right:1px !important;      /* 原来约12px，减小 = 往右 */
  bottom:1px !important;     /* 原来负数，改大 = 往上 */

  width:108px !important;
  height:58px !important;
}


/* 齿轮按钮缩小 */
.page[data-page="mine"] .v907-settings{
  width:41px !important;
  height:41px !important;

  right:14px !important;

  padding:0 !important;
}


/* 齿轮图标一起缩 */
.page[data-page="mine"] .v907-settings svg{
  width:21px !important;
  height:21px !important;
}


/* 齿轮上的小叶子也稍微缩一点 */
.page[data-page="mine"] .v907-settings::after{
  width:8px !important;
  height:5px !important;

  right:-2px !important;
  top:-3px !important;
}


/* 小屏 */
@media(max-height:760px){

  .page[data-page="mine"] .v907-garden{
    right:0 !important;
    bottom:1px !important;

    width:100px !important;
    height:54px !important;
  }

  .page[data-page="mine"] .v907-settings{
    width:38px !important;
    height:38px !important;
  }

  .page[data-page="mine"] .v907-settings svg{
    width:20px !important;
    height:20px !important;
  }

}
