Skip to content

Commit

Permalink
Merge branch 'fix/resizable-bar' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldemylla committed Apr 5, 2024
2 parents f2cda84 + 5ba655d commit efceff9
Show file tree
Hide file tree
Showing 6 changed files with 404 additions and 458 deletions.
14 changes: 1 addition & 13 deletions src/components/InsightsInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@
iconFilled
@click="sendGPTPrompt"
/>
<<<<<<< HEAD
<div class="insights-input__button">
<UnnnicButton
type="secondary"
size="large"
iconCenter="send"
/>
</div>
======= >>>>>>> feature/insights-gpt
</section>
</template>

Expand Down Expand Up @@ -56,10 +47,6 @@ export default {

<style lang="scss" scoped>
.insights-input {
width: 100%;
margin-top: auto;
border-radius: $unnnic-spacing-nano;
padding: $unnnic-spacing-xs;
Expand All @@ -77,6 +64,7 @@ export default {
background: transparent;
width: 100%;
height: 100%;
color: $unnnic-color-neutral-cloudy;
}
Expand Down
Loading

0 comments on commit efceff9

Please sign in to comment.