diff --git a/src/styles/globals.css b/src/styles/globals.css index 4214062..c0d0593 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -2238,11 +2238,11 @@ code { } .services-admin-table th:nth-child(1) { - width: 24%; + width: 23%; } .services-admin-table th:nth-child(2) { - width: 13%; + width: 12%; } .services-admin-table th:nth-child(3) { @@ -2250,7 +2250,7 @@ code { } .services-admin-table th:nth-child(4) { - width: 25%; + width: 27%; } .services-admin-table th:nth-child(5) { @@ -2303,6 +2303,9 @@ code { padding: 0.18rem 0.35rem; font-size: 0.78rem; font-weight: 600; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } .admin-table-input:hover, @@ -2633,13 +2636,44 @@ code { text-align: right; } +.services-admin-table th:nth-child(4), +.services-admin-table td.services-admin-table__launch { + padding-left: 1.35rem; +} + .services-admin-table__edit { - width: 2.35rem; - min-width: 2.35rem; - height: 2.35rem; + width: 1.9rem; + min-width: 1.9rem; + height: 1.9rem; margin-left: auto; } +.admin-icon-action { + border: 0; + background: transparent !important; + color: rgba(255, 255, 255, 0.62); + box-shadow: none; +} + +.admin-icon-action:hover, +.admin-icon-action:focus-visible { + border: 0; + background: transparent !important; + color: var(--text-primary); + outline: none; +} + +.admin-icon-action svg { + width: 80%; + height: 80%; +} + +.invite-icon-action { + width: 1.9rem; + min-width: 1.9rem; + height: 1.9rem; +} + .services-admin-table__drag-cell { text-align: right; } diff --git a/src/widgets/admin-overlay/AdminOverlay.tsx b/src/widgets/admin-overlay/AdminOverlay.tsx index 0fd85b8..1d62205 100644 --- a/src/widgets/admin-overlay/AdminOverlay.tsx +++ b/src/widgets/admin-overlay/AdminOverlay.tsx @@ -1230,10 +1230,10 @@ function ServicesSection({ function ServiceTableColGroup() { return (