mirror of
https://github.com/penpot/penpot.git
synced 2026-09-10 14:09:17 +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;
|
grid-template-columns: 1fr auto auto;
|
||||||
gap: var(--sp-s);
|
gap: var(--sp-s);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 0 px2rem(10);
|
padding: 0 0 0 px2rem(10);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.current-organization-no-options {
|
.current-organization-no-options {
|
||||||
gap: 0;
|
gap: 0;
|
||||||
|
padding: 0 px2rem(8) 0 px2rem(10);
|
||||||
}
|
}
|
||||||
|
|
||||||
.current-organization .arrow-icon {
|
.current-organization .arrow-icon {
|
||||||
@ -734,11 +735,15 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: $sz-48;
|
width: $sz-28;
|
||||||
height: $sz-48;
|
height: 100%;
|
||||||
|
padding: 0;
|
||||||
|
border-radius: 0 $br-8 $br-8 0;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
--icon-stroke: var(--color-accent-primary);
|
--icon-stroke: var(--color-accent-primary);
|
||||||
|
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user