tweak
This commit is contained in:
@@ -172,12 +172,15 @@
|
|||||||
.selection-assignment__menu {
|
.selection-assignment__menu {
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
padding: 0.4rem 0;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 0;
|
||||||
|
padding: 0;
|
||||||
max-width: min(22rem, 90vw);
|
max-width: min(22rem, 90vw);
|
||||||
}
|
}
|
||||||
|
|
||||||
.selection-assignment__header {
|
.selection-assignment__header {
|
||||||
padding: 0.4rem 0.75rem 0.3rem;
|
padding: 0.5rem;
|
||||||
border-bottom: 1px solid var(--border-subtle);
|
border-bottom: 1px solid var(--border-subtle);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -200,7 +203,7 @@
|
|||||||
.selection-assignment__list {
|
.selection-assignment__list {
|
||||||
max-height: 240px;
|
max-height: 240px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding: 0 0.75rem;
|
padding: 0 0.25rem 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selection-assignment__item {
|
.selection-assignment__item {
|
||||||
|
|||||||
@@ -263,7 +263,7 @@
|
|||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0.45rem 0.75rem;
|
padding: 0.5rem 0.75rem;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0.4rem;
|
border-radius: 0.4rem;
|
||||||
background: none;
|
background: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user