Resolve conflicts by preferring remote changes
This commit is contained in:
@@ -749,12 +749,24 @@
|
||||
margin: 4px 0;
|
||||
font-size: 10.5px;
|
||||
color: var(--text-primary);
|
||||
opacity: 1;
|
||||
transition: opacity 600ms ease, margin 600ms ease, padding 600ms ease, max-height 600ms ease;
|
||||
max-height: 80px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.arch-refresh-card .arc-head {
|
||||
color: var(--text-bright); font-weight: 600; margin-bottom: 2px;
|
||||
}
|
||||
.arch-refresh-card .arc-meta { color: var(--text-dim); font-size: 9.5px; }
|
||||
.arch-refresh-card.no-changes { border-style: dashed; }
|
||||
.arch-refresh-card.fading {
|
||||
opacity: 0;
|
||||
max-height: 0;
|
||||
margin: 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
/* Inline model picker that lives in the input footer, next to the attach
|
||||
button. Replaces the (now-removed) bottom model row + the separate
|
||||
|
||||
Reference in New Issue
Block a user