💄 Some minor UI improvments

This commit is contained in:
Alicia Sykes
2021-09-18 17:45:46 +01:00
parent 8e03930e0c
commit 744e962624
3 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -129,9 +129,13 @@ export default {
</style>
<style lang="scss">
@import '@/styles/style-helpers.scss';
.language-dropdown {
margin: 1rem auto;
ul.vs__dropdown-menu {
max-height: 14rem;
@extend .scroll-bar;
}
div.vs__dropdown-toggle {
padding: 0.2rem 0;
}