From 6db3e082c95bf40ae822a075120c7947222557dd Mon Sep 17 00:00:00 2001 From: Daniel Ponte Date: Tue, 17 Dec 2024 12:31:48 -0500 Subject: [PATCH] tg icon --- .../talkgroups/talkgroup-table/talkgroup-table.component.html | 2 +- .../talkgroups/talkgroup-table/talkgroup-table.component.scss | 4 ++++ client/stillbox/src/app/talkgroups/talkgroups.component.scss | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/client/stillbox/src/app/talkgroups/talkgroup-table/talkgroup-table.component.html b/client/stillbox/src/app/talkgroups/talkgroup-table/talkgroup-table.component.html index 8835887..9e1789f 100644 --- a/client/stillbox/src/app/talkgroups/talkgroup-table/talkgroup-table.component.html +++ b/client/stillbox/src/app/talkgroups/talkgroup-table/talkgroup-table.component.html @@ -3,7 +3,7 @@ - {{ (tg | iconify).iconSvg! }} + {{ (tg | iconify).iconSvg! }} diff --git a/client/stillbox/src/app/talkgroups/talkgroup-table/talkgroup-table.component.scss b/client/stillbox/src/app/talkgroups/talkgroup-table/talkgroup-table.component.scss index 642b467..e0dbf48 100644 --- a/client/stillbox/src/app/talkgroups/talkgroup-table/talkgroup-table.component.scss +++ b/client/stillbox/src/app/talkgroups/talkgroup-table/talkgroup-table.component.scss @@ -9,6 +9,10 @@ table { box-sizing: border-box; } +mat-icon.tgIcon { + transform: scale(0.7); +} + tr.mat-mdc-row { height: 1.6rem !important; font-size: 9pt; diff --git a/client/stillbox/src/app/talkgroups/talkgroups.component.scss b/client/stillbox/src/app/talkgroups/talkgroups.component.scss index 1720d07..f7e7450 100644 --- a/client/stillbox/src/app/talkgroups/talkgroups.component.scss +++ b/client/stillbox/src/app/talkgroups/talkgroups.component.scss @@ -15,7 +15,6 @@ talkgroups { } .tgTools button { - width: 100%; } .spinner {