@@ -85,7 +105,41 @@
on:click={toggleCommandCenter}>{isMac() ? '⌘ + K' : 'Ctrl + K'}
-
+ {
+ showAccountMenu = !showAccountMenu;
+ }}>
+ {#if showAccountMenu}
+
+ {
+ showAccountMenu = false;
+ }} />
+ {/if}
@@ -157,4 +211,22 @@
:global(.icons div:first-of-type) {
height: 20px;
}
+
+ .account-container {
+ position: absolute;
+ right: var(--space-7);
+ top: var(--base-44);
+ width: 244px;
+ display: flex;
+ z-index: 1;
+ }
+
+ .account-backdrop {
+ position: absolute;
+ left: 0;
+ top: 0;
+ width: 100vw;
+ height: 100vh;
+ background-color: transparent;
+ }