diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 56673a5..421adc9 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -117,4 +117,8 @@ .drawer-panel { width: min(640px, 100vw - 18px); } +/* иконка внутри бейджа (GnBadge не имеет пропа icon — кладём в слот) */ +.badge .ph { + margin-right: 0.35em; +} \ No newline at end of file diff --git a/frontend/src/components/TaskBadges.vue b/frontend/src/components/TaskBadges.vue index 4c749c8..5bf23d3 100644 --- a/frontend/src/components/TaskBadges.vue +++ b/frontend/src/components/TaskBadges.vue @@ -19,21 +19,20 @@