diff --git a/frontend/src/components/SecretDetailPanel.vue b/frontend/src/components/SecretDetailPanel.vue
index 5087edc..fecd92f 100644
--- a/frontend/src/components/SecretDetailPanel.vue
+++ b/frontend/src/components/SecretDetailPanel.vue
@@ -7,6 +7,7 @@
GnDescriptionList,
GnDropdown,
GnIconButton,
+ GnPageHeader,
GnToolbar,
GnTooltip
} from "gnexus-ui-kit/vue";
@@ -95,43 +96,50 @@
-
+
+
diff --git a/frontend/src/styles.css b/frontend/src/styles.css
index 6359e01..aa44516 100644
--- a/frontend/src/styles.css
+++ b/frontend/src/styles.css
@@ -35,12 +35,6 @@
}
@media (hover: hover) and (pointer: fine) {
- .card:hover {
- background: rgba(192, 202, 245, 0.045);
- box-shadow: none;
- transform: none;
- }
-
.btn-icon:not(.without-hover):hover .ph,
.btn-icon:not(.without-hover):hover .ph-bold {
transform: none;
@@ -147,27 +141,6 @@
flex-wrap: wrap;
}
-.detail-header {
- display: flex;
- align-items: center;
- gap: 12px;
- padding: 12px;
- border: 2px solid rgba(192, 202, 245, 0.24);
- border-left-width: 6px;
- background: rgba(192, 202, 245, 0.045);
-}
-
-.detail-title {
- flex: 1;
- min-width: 0;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- font-size: 16px;
- font-weight: 700;
- line-height: 1;
- text-transform: uppercase;
-}
.detail-actions {
display: flex;