Style changes
This commit is contained in:
@@ -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 & Close
|
||||
</button>
|
||||
)}
|
||||
</div>
|
||||
{showMoveMenu && (
|
||||
<div className="detail-move-menu" role="menu">
|
||||
<button
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"skills": {
|
||||
"moshi-best-practices": {
|
||||
"source": "rjyo/moshi-skill",
|
||||
"sourceType": "github",
|
||||
"computedHash": "9706e634a87cc10961d0f290ab12238f192562c73b14b2ebac55ee3c3faa224d"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user