Fix Learn More button text visibility and ensure .htaccess icon displays

This commit is contained in:
master3395
2026-01-19 18:06:19 +01:00
parent 513c61eab0
commit d237358168

View File

@@ -362,6 +362,7 @@
color: var(--accent-color);
flex-shrink: 0;
min-width: 1.25rem;
display: inline-block;
}
.notification-center-item-title .dismissed-badge {
@@ -477,18 +478,18 @@
transition: all 0.3s ease;
white-space: nowrap;
box-sizing: border-box;
max-width: 100%;
overflow: hidden;
min-width: fit-content;
cursor: pointer;
position: relative;
}
.notification-center-item-link-secondary > span {
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
white-space: nowrap;
font-weight: 600;
font-size: 0.9rem;
color: inherit;
flex-shrink: 0;
}
.notification-center-item-link-secondary:hover {