Skip to content

Commit

Permalink
fix: workspace selector positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsiemens committed Jul 22, 2024
1 parent 87f8a71 commit 34fe6e5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@

.workspaceSelector__avatar {
color: white !important;
top: 1px;
}

.workspaceSelector__label {
position: relative;
top: 2px;
padding-top: 4px;
}

.workspaceSelector__popover {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
:root {
--nav-item-height: 56px;
--nav-item-height-large: 64px;
--nav-item-width: 82px;
--nav-width: 90px;
--suite-logo-height: 82px;
Expand Down Expand Up @@ -92,6 +93,10 @@
cursor: revert !important;
}

.globalNavigation__item.workspaceSelector__menuItem{
height: var(--nav-item-height-large) !important;
}

.globalNavigation__item .ant-menu-title-content {
text-wrap: normal;
margin-inline-start: 0 !important;
Expand Down

0 comments on commit 34fe6e5

Please sign in to comment.