💄 Updating the UI and style files

This commit is contained in:
Liyas Thomas
2020-06-20 00:24:53 +05:30
parent 18875d46b5
commit 4cae0c9652
3 changed files with 4 additions and 7 deletions

View File

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

View File

@@ -47,7 +47,7 @@
<style scoped lang="scss"> <style scoped lang="scss">
.virtual-list { .virtual-list {
max-height: calc(100vh - 241px); max-height: calc(100vh - 245px);
} }
ul { ul {
@@ -60,9 +60,6 @@ ul {
import environment from "./environment" import environment from "./environment"
import { fb } from "../../functions/fb" import { fb } from "../../functions/fb"
const updateOnLocalStorage = (propertyName, property) =>
window.localStorage.setItem(propertyName, JSON.stringify(property))
export default { export default {
components: { components: {
environment, environment,
@@ -91,7 +88,7 @@ export default {
this._keyListener = function (e) { this._keyListener = function (e) {
if (e.key === "Escape") { if (e.key === "Escape") {
e.preventDefault() e.preventDefault()
this.showModalImportExport = false this.showModalImportExport = this.showModalAdd = this.showModalEdit = false
} }
} }
document.addEventListener("keydown", this._keyListener.bind(this)) document.addEventListener("keydown", this._keyListener.bind(this))

View File

@@ -328,7 +328,7 @@
<style scoped lang="scss"> <style scoped lang="scss">
.gqlTabs { .gqlTabs {
max-height: calc(100vh - 186px); max-height: calc(100vh - 192px);
overflow: auto; overflow: auto;
} }
.gqlRunQuery { .gqlRunQuery {