|
@@ -383,13 +383,15 @@
|
|
|
x-bind="addCurrentPageButton"
|
|
x-bind="addCurrentPageButton"
|
|
|
x-text="addCurrentPageButtonText"
|
|
x-text="addCurrentPageButtonText"
|
|
|
></button>
|
|
></button>
|
|
|
- <input
|
|
|
|
|
- class="scatter-count-input"
|
|
|
|
|
- type="number"
|
|
|
|
|
- min="2"
|
|
|
|
|
- x-bind="scatterCountInput"
|
|
|
|
|
- />
|
|
|
|
|
- <button class="scatter-btn" x-bind="scatterButton">Scatter</button>
|
|
|
|
|
|
|
+ <div class="scatter-control">
|
|
|
|
|
+ <input
|
|
|
|
|
+ class="scatter-count-input"
|
|
|
|
|
+ type="number"
|
|
|
|
|
+ min="2"
|
|
|
|
|
+ x-bind="scatterCountInput"
|
|
|
|
|
+ />
|
|
|
|
|
+ <button class="scatter-btn" x-bind="scatterButton">Scatter</button>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<!-- Individual playlist view -->
|
|
<!-- Individual playlist view -->
|