Skip to content

Commit 49a1c03

Browse files
Increase spacing between profile icon and hamburger menu
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fc20152 commit 49a1c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ExtensionBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ function activateTool(toolType: 'multicut' | 'merge') {
253253
</div>
254254
</Transition>
255255

256-
<button v-if="login.sessions.length > 0" @click="showProfile = true" id="profileBtn" title="My Profile" style="margin-left: 12px; margin-right: 6px;"><svg width="14" height="14" viewBox="0 0 24 24" fill="white" style="vertical-align:middle"><circle cx="12" cy="8" r="4"/><path d="M20 21c0-4.4-3.6-8-8-8s-8 3.6-8 8"/></svg></button>
256+
<button v-if="login.sessions.length > 0" @click="showProfile = true" id="profileBtn" title="My Profile" style="margin-left: 12px; margin-right: 14px;"><svg width="14" height="14" viewBox="0 0 24 24" fill="white" style="vertical-align:middle"><circle cx="12" cy="8" r="4"/><path d="M20 21c0-4.4-3.6-8-8-8s-8 3.6-8 8"/></svg></button>
257257
<dropdown-list dropdown-group="extension-bar-right" id="hamburger" class="rightMost">
258258
<template #buttonTitle>☰</template>
259259
<template #listItems>

0 commit comments

Comments
 (0)