Skip to content

Commit

Permalink
feat (cell): ui adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
santanche committed Oct 28, 2023
1 parent 672255a commit cc660e3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/adonisjs/public/themes/compact/cell_mutant_sliders.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
<option value="02_death">Morte</option>
<option value="03_mutation_1_2">Mutação 1 para 2</option>
<option value="04_mutation_2_3">Mutação 2 para 3</option>
<option value="05_mutation_3_4">Mutação 3 para 4</option>
<option value="06_mutation_4_5">Mutação 4 para 5</option>
<option value="07_movement">Movimento</option>
<option value="08_free">Estilo Livre</option>
</select>
Expand Down
2 changes: 1 addition & 1 deletion src/adonisjs/public/themes/compact/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@

.dcc-input-choice-theme-label {
margin-left: 6px;
font-size: 3vmin;
font-size: 2vmin;
}

/* Input Typed DCC
Expand Down
21 changes: 21 additions & 0 deletions src/adonisjs/public/themes/compact/detailed_cell.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<div class="styt-main-frame">
<div class="styt-main">
<div id="knot-wrapper" class="styt-main-text">
<dcc-styler xstyle="out" distribution="generic" targeted="action">
{knot}
</dcc-styler>
<div id="action-1-wrapper" class="styt-button">
<div id="action-1" ></div>
</div>
<div id="action-2-wrapper" class="styt-button">
<div id="action-2"></div>
</div>
</div>
</div>
</div>
<br><br><br>
<div class="styt-button-frame">
<div id="action-3-wrapper" class="styt-button">
<div id="action-3"></div>
</div>
</div>

0 comments on commit cc660e3

Please sign in to comment.