Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

UX: Bring AI conversations in line with core sidebar #1373

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions assets/stylesheets/modules/ai-bot-conversations/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,25 +39,22 @@ body.has-ai-conversations-sidebar {
.sidebar-section-link.date-heading {
pointer-events: none;
cursor: default;
color: var(--primary-medium);
opacity: 0.8;
font-weight: 700;
color: var(--d-sidebar-header-color);
margin-top: 1em;
font-size: var(--font-down-2);
font-weight: bold;
font-size: var(--font-down-2-rem);
text-transform: uppercase;
letter-spacing: 0.05rem;
}

.sidebar-section-link {
height: unset;
padding-block: 0.65em;
font-size: var(--font-down-1);
letter-spacing: 0.35px;
border-radius: 0 var(--border-radius) var(--border-radius) 0;

.sidebar-section-link-content-text {
white-space: normal;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
-webkit-line-clamp: 1;
overflow: hidden;
}
}
Expand Down
Loading