Merge claude/2
This commit is contained in:
commit
dfd4eb0f17
@ -450,8 +450,12 @@
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Family switcher bar — sits under the app title, above the tab strip. */
|
/* Family switcher bar — full-width row under the title/service buttons. The
|
||||||
|
app-detail header is a flex row, so wrap it and make the bar span 100%. */
|
||||||
|
#app-detail-view .app-header { flex-wrap: wrap; }
|
||||||
.instance-family-bar {
|
.instance-family-bar {
|
||||||
|
flex: 0 0 100%;
|
||||||
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user