feat: moved login entry point to the side-bar

Closes #1877

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
Akos Kitta
2023-02-10 18:17:41 +01:00
committed by Akos Kitta
parent d68bc4abdb
commit 4deaf4fb76
13 changed files with 278 additions and 114 deletions

View File

@@ -119,8 +119,8 @@
.account-icon {
background: url("./account-icon.svg") center center no-repeat;
width: var(--theia-icon-size);
height: var(--theia-icon-size);
width: var(--theia-private-sidebar-icon-size);
height: var(--theia-private-sidebar-icon-size);
border-radius: 50%;
overflow: hidden;
}