Cleaned up url detector display bar.

This commit is contained in:
2026-03-18 13:36:31 -04:00
parent 820045601f
commit bc81c8dca1
2 changed files with 8 additions and 1 deletions

View File

@@ -11,6 +11,11 @@
border-radius: var(--d-border-radius, 4px);
font-size: var(--font-down-1);
flex-wrap: wrap;
// Span full width regardless of any parent flex/grid layout
width: 100%;
box-sizing: border-box;
flex-basis: 100%;
order: -1;
}
.url-to-article-icon {