mirror of
https://github.com/penpot/penpot.git
synced 2026-08-13 16:28:59 +00:00
🐛 Fix organization dropdown alignment (#11216)
This commit is contained in:
parent
fee416d275
commit
6d49fb2be0
@ -699,12 +699,13 @@
|
||||
grid-template-columns: 1fr auto auto;
|
||||
gap: var(--sp-s);
|
||||
height: 100%;
|
||||
padding: 0 px2rem(10);
|
||||
padding: 0 0 0 px2rem(10);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.current-organization-no-options {
|
||||
gap: 0;
|
||||
padding: 0 px2rem(8) 0 px2rem(10);
|
||||
}
|
||||
|
||||
.current-organization .arrow-icon {
|
||||
@ -734,11 +735,15 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: $sz-48;
|
||||
height: $sz-48;
|
||||
width: $sz-28;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
border-radius: 0 $br-8 $br-8 0;
|
||||
|
||||
&:hover {
|
||||
--icon-stroke: var(--color-accent-primary);
|
||||
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user