king
2023-06-14 08cce3334a2dc81d690b518136b0aaea64e48b0b
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;
        }
      }
    }
  }
}