File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed
apps/desktop/src/components/v3 Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 77
77
78
78
<div class =" branch-header__content" >
79
79
<div class =" branch-header__title text-14 text-bold" >
80
- <div class =" flex gap-6" >
80
+ <div class =" branch-header__title-content flex gap-6" >
81
81
<BranchHeaderIcon color ={lineColor } {iconName } />
82
82
<BranchLabel
83
83
name ={branchName }
89
89
</div >
90
90
91
91
{#if menu }
92
- {@render menu ({ rightClickTrigger })}
92
+ <div class =" branch-header__menu" >
93
+ {@render menu ({ rightClickTrigger })}
94
+ </div >
93
95
{/if }
94
96
</div >
95
97
176
178
justify-content : space-between;
177
179
min-width : 0 ;
178
180
flex-grow : 1 ;
181
+ overflow : auto;
182
+ }
183
+
184
+ .branch-header__title-content {
185
+ align-items : center;
186
+ flex-grow : 1 ;
187
+ min-width : 0 ;
188
+ }
189
+
190
+ .branch-header__menu {
191
+ display : flex;
192
+ align-items : center;
193
+ justify-content : center;
179
194
}
180
195
181
196
.branch-header__content {
You can’t perform that action at this time.
0 commit comments