💄 Minor UI improvements

This commit is contained in:
Liyas Thomas
2019-11-14 05:00:44 +05:30
parent dfbb563b6f
commit 9de8c4cf04
6 changed files with 18 additions and 30 deletions

View File

@@ -47,7 +47,7 @@
margin: 0 4px;
left: 0;
padding: 0;
border-radius: 0 0 4px 4px;
border-radius: 0 0 8px 8px;
z-index: 9999;
transition: transform 0.2s ease-out;
@@ -59,7 +59,7 @@
font-family: "Roboto Mono", monospace;
&:last-child {
border-radius: 0 0 4px 4px;
border-radius: 0 0 8px 8px;
}
&:hover,
@@ -197,7 +197,7 @@ export default {
// Cut off the part that's already been typed.
.map(entry => entry.substring(this.selectionStart))
// We only want the top 3 suggestions.
.slice(0, 3)
.slice(0, 6)
);
}
},

View File

@@ -35,7 +35,7 @@
</svg>
</template>
<style>
<style lang="scss" scoped>
#circle3814 {
/* fill: var(--fg-color); */
fill: transparent;