Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat (cell): ui adjusts #459

Merged
merged 1 commit into from
Oct 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading