king
2023-04-06 9a457873b191ad48f8500279571341e7a98bfd9f
src/mob/colorsketch/index.scss
@@ -58,6 +58,23 @@
    padding: 0;
    .sketch-picker {
      width: 250px!important;
      .flexbox-fix:last-child {
        overflow: hidden;
        >div:nth-child(30) {
          position: relative;
          margin-bottom: 20px!important;
        }
        >div:nth-child(30)::after {
          content: ' ';
          display: block;
          border-bottom: 1px solid #d9d9d9;
          position: absolute;
          width: 300px;
          bottom: -10px;
          right: -20px;
        }
      }
    }
  }
}