Move filters into new column on desktop

This commit is contained in:
Matt-Yorkley
2020-04-19 13:32:11 +02:00
parent 3ca491683a
commit 532e27b7e1
5 changed files with 37 additions and 50 deletions

View File

@@ -1,4 +1,3 @@
%ul
%active-selector{ ng: { repeat: "selector in allSelectors", show: "ifDefined(selector.fits, true)" } }
%render-svg{path: "{{selector.object.icon}}", ng: { if: "selector.object.icon"} }
%span{"ng-bind" => "::selector.object.name"}