1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

style: UI improvements

This commit is contained in:
2020-08-12 18:11:48 +02:00
parent 5473858323
commit 128a6cd9e8
12 changed files with 40 additions and 22 deletions

View File

@ -31,7 +31,7 @@ export default {
},
methods: {
close () {
this.$emit('closeContext');
this.$emit('close-context');
}
}
};
@ -57,7 +57,7 @@ export default {
.context-container {
min-width: 100px;
max-width: 150px;
z-index: 1;
z-index: 10;
box-shadow: 0 0 1px 0 #000;
padding: 0;
background: #1d1d1d;