minor ui tweaks

This commit is contained in:
Nazar Kanaev
2020-06-15 22:02:30 +01:00
committed by nkanaev
parent 0f9214ffeb
commit 20ea9a849b
3 changed files with 12 additions and 4 deletions

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-layers"><polygon points="12 2 2 7 12 12 22 7 12 2"></polygon><polyline points="2 17 12 22 22 17"></polyline><polyline points="2 12 12 17 22 12"></polyline></svg>

After

Width:  |  Height:  |  Size: 365 B

View File

@@ -59,6 +59,7 @@ new Vue({
},
watch: {
'feedSelected': function(newVal, oldVal) {
if (newVal === null) return
var parts = newVal.split(':', 2)
var type = parts[0]
var guid = parts[1]