|
|
|
@ -22,7 +22,7 @@
|
|
|
|
|
};
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<div class="organized-by">
|
|
|
|
|
<div class="form-organized-by">
|
|
|
|
|
{#if $organizedBy[0]}
|
|
|
|
|
{#each $organizedBy as organization, i}
|
|
|
|
|
<div class="organization">
|
|
|
|
@ -55,7 +55,7 @@
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
.organized-by {
|
|
|
|
|
.form-organized-by {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: repeat(5, min-content);
|
|
|
|
|
align-items: center;
|
|
|
|
@ -87,11 +87,14 @@
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
background-color: white;
|
|
|
|
|
padding: 0 0.25rem;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input {
|
|
|
|
|
display: block;
|
|
|
|
|
max-width: 100px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
|
display: block;
|
|
|
|
|
padding: 0.5rem;
|
|
|
|
|