💄 Updating the UI and style files
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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))
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user