diff --git a/css/style.css b/css/style.css index 720e754..9386ca1 100644 --- a/css/style.css +++ b/css/style.css @@ -2128,3 +2128,8 @@ html { border: 1px solid var(--input-border); box-shadow: 0 2px 8px rgba(0,0,0,0.15); } + +/* Mutation Lab actions */ +.mutation-actions { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; } +.mutation-actions .action-button, .mutation-actions .transform-button { white-space: nowrap; } +.mutation-actions .action-button i, .mutation-actions .transform-button i { margin-right: 6px; } diff --git a/index.html b/index.html index f0cc29c..f754ff8 100644 --- a/index.html +++ b/index.html @@ -427,7 +427,7 @@ -
+