🎉 Basic i18n support

This commit is contained in:
Liyas Thomas
2019-11-27 14:15:11 +05:30
parent c4c320da83
commit 2697cce6dd
11 changed files with 153 additions and 36 deletions

View File

@@ -96,7 +96,7 @@ TODO:
<style lang="scss" scoped>
.virtual-list {
max-height: calc(100vh - 204px);
max-height: calc(100vh - 232px);
}
ul {

View File

@@ -260,7 +260,7 @@
<style scoped lang="scss">
.virtual-list {
max-height: calc(100vh - 265px);
max-height: calc(100vh - 284px);
[readonly] {
cursor: default;