[bugfix] fix account search result styling

This commit is contained in:
Zoë Bijl
2025-10-10 15:30:48 +02:00
parent eea1c0315b
commit 36308a2234
@@ -147,6 +147,20 @@
height: 18px;
padding: 10px;
white-space: nowrap;
button.icon-button {
padding: 6px;
}
button.destructive:hover {
color: var(--color-button-fg-destructive);
}
.gts-icon {
--size: 20px;
display: block;
}
}
.account__header__wrapper {
@@ -179,6 +193,13 @@
text-decoration: none;
}
}
.gts-icon {
--size: 16px;
margin-inline-end: 5px;
vertical-align: text-bottom;
}
}
.account__action-bar {
@@ -604,7 +625,9 @@
text-overflow: ellipsis;
small {
display: block;
display: flex;
gap: 5px;
align-items: center;
font-size: 14px;
color: $darker-text-color;
font-weight: 400;