move links back to localhost

This commit is contained in:
geoffrey45
2022-03-21 01:02:23 +03:00
parent 9006566c67
commit b3dac9ee23
7 changed files with 19 additions and 15 deletions
+5 -7
View File
@@ -25,11 +25,7 @@
<div class="label ellip">{{ option.label }}</div>
<div class="more image" v-if="option.children"></div>
<div class="children rounded shadow-sm" v-if="option.children">
<div
class="context-item"
v-for="child in option.children"
:key="child"
>
<div class="context-item" v-for="child in option.children" :key="child">
<div class="label ellip" @click="child.action()">
{{ child.label }}
</div>
@@ -46,8 +42,6 @@ const context = useContextStore();
</script>
<style lang="scss">
.context-menu {
position: fixed;
top: 0;
@@ -135,6 +129,10 @@ const context = useContextStore();
background-image: url("../assets/icons/add_to_queue.svg");
}
.heart {
background-image: url("../assets/icons/heart.svg");
}
&:hover {
background: #234ece;