Style changes

This commit is contained in:
gsxdsm
2026-04-19 10:13:00 -07:00
parent b1f6740b51
commit 2eb10bc683
3 changed files with 8 additions and 11 deletions

View File

@@ -1797,7 +1797,7 @@ export function TaskDetailModal({
<div className="detail-move-dropdown" ref={moveMenuRef}>
{task.column === "in-review" ? (
/* In-review: show merge controls inline with Move dropdown for secondary moves */
<>
<div className="detail-move-actions-in-review">
<button
className="btn btn-sm"
onClick={() => {
@@ -1819,6 +1819,7 @@ export function TaskDetailModal({
Merge &amp; Close
</button>
)}
</div>
{showMoveMenu && (
<div className="detail-move-menu" role="menu">
<button

View File

@@ -4571,6 +4571,12 @@ input[type="range"]:focus-visible {
position: relative;
}
.detail-move-actions-in-review {
display: flex;
gap: 10px;
align-items: center;
}
.detail-actions-menu,
.detail-move-menu {
position: absolute;

View File

@@ -1,10 +0,0 @@
{
"version": 1,
"skills": {
"moshi-best-practices": {
"source": "rjyo/moshi-skill",
"sourceType": "github",
"computedHash": "9706e634a87cc10961d0f290ab12238f192562c73b14b2ebac55ee3c3faa224d"
}
}
}