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

Commit 83f447b

Browse files
committed
remove custom styling
1 parent 9250359 commit 83f447b

File tree

1 file changed

+0
-42
lines changed
  • assets/stylesheets/modules/ai-bot-conversations

1 file changed

+0
-42
lines changed

assets/stylesheets/modules/ai-bot-conversations/common.scss

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -27,48 +27,6 @@ body.has-ai-conversations-sidebar {
2727
display: none;
2828
}
2929

30-
.sidebar-wrapper,
31-
.hamburger-dropdown-wrapper {
32-
// ai related sidebar content
33-
[data-section-name="ai-conversations-history"] {
34-
.sidebar-section-header-wrapper {
35-
display: none;
36-
}
37-
38-
.sidebar-section-link-wrapper {
39-
.sidebar-section-link.date-heading {
40-
pointer-events: none;
41-
cursor: default;
42-
color: var(--primary-medium);
43-
opacity: 0.8;
44-
font-weight: 700;
45-
margin-top: 1em;
46-
font-size: var(--font-down-2);
47-
}
48-
49-
.sidebar-section-link {
50-
height: unset;
51-
padding-block: 0.65em;
52-
font-size: var(--font-down-1);
53-
letter-spacing: 0.35px;
54-
border-radius: 0 var(--border-radius) var(--border-radius) 0;
55-
56-
.sidebar-section-link-content-text {
57-
white-space: normal;
58-
display: -webkit-box;
59-
-webkit-box-orient: vertical;
60-
-webkit-line-clamp: 2;
61-
overflow: hidden;
62-
}
63-
}
64-
}
65-
66-
.sidebar-section-link-prefix {
67-
align-self: start;
68-
}
69-
}
70-
}
71-
7230
// topic elements
7331
#topic-footer-button-share-and-invite,
7432
body:not(.staff) #topic-footer-button-archive,

0 commit comments

Comments
 (0)