Skip to content

Commit

Permalink
fix(ui): align repos menus with right side
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhp915 authored and tiensonqin committed Feb 4, 2021
1 parent f0b5bcd commit 00668bd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/frontend/components/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,18 @@
left: 0;

user-select: none;

.it svg {
transform: scale(0.8);
}

.repos {
.dropdown-wrapper {
left: unset;
right: -46px;
min-width: 14rem;
}
}
}

.cp__header-left-menu {
Expand Down

0 comments on commit 00668bd

Please sign in to comment.