Skip to content

Commit

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

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

.workspaceSelector__label {
position: relative;
top: 2px;
padding-top: var(--padding-xxs);
}

.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: 94px;
--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 9561a49

Please sign in to comment.