424 lines
8.8 KiB
SCSS
424 lines
8.8 KiB
SCSS
@use "lib/viewport";
|
|
|
|
// Hide the new question button from the hamburger menu's footer on desktop
|
|
.desktop-view .hamburger-panel .ai-new-question-button {
|
|
display: none;
|
|
}
|
|
|
|
body.has-ai-conversations-sidebar {
|
|
.ai-new-question-button {
|
|
margin: 1.8em 1rem 0;
|
|
}
|
|
|
|
.sidebar-toggle-all-sections {
|
|
display: none;
|
|
}
|
|
|
|
.sidebar-wrapper {
|
|
.ai-conversations-panel {
|
|
padding-top: 1em;
|
|
}
|
|
|
|
// ai related sidebar content
|
|
[data-section-name="ai-conversations-history"] {
|
|
.sidebar-section-header-wrapper {
|
|
display: none;
|
|
}
|
|
|
|
.sidebar-section-link-wrapper {
|
|
.sidebar-section-link.date-heading {
|
|
pointer-events: none;
|
|
cursor: default;
|
|
color: var(--primary-medium);
|
|
opacity: 0.8;
|
|
font-weight: 700;
|
|
margin-top: 1em;
|
|
font-size: var(--font-down-2);
|
|
}
|
|
|
|
.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;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
}
|
|
|
|
.sidebar-section-link-prefix {
|
|
align-self: start;
|
|
}
|
|
}
|
|
}
|
|
|
|
// topic elements
|
|
#topic-footer-button-share-and-invite,
|
|
body:not(.staff) #topic-footer-button-archive,
|
|
#topic-footer-buttons .topic-notifications-button,
|
|
.bookmark-menu-trigger,
|
|
.more-topics__container,
|
|
.private-message-glyph-wrapper,
|
|
.topic-header-participants,
|
|
.topic-above-footer-buttons-outlet,
|
|
.topic-map,
|
|
#topic-footer-buttons .topic-footer-main-buttons details {
|
|
display: none;
|
|
}
|
|
|
|
.topic-timer-info {
|
|
border: none;
|
|
}
|
|
|
|
.topic-owner .actions .create-flag {
|
|
// why flag my own post
|
|
display: none;
|
|
}
|
|
|
|
.container.posts {
|
|
margin-bottom: 0;
|
|
|
|
.topic-navigation.with-timeline {
|
|
top: calc(var(--header-offset, 60px) + 5.5em);
|
|
}
|
|
|
|
.topic-navigation {
|
|
.topic-notifications-button {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
#topic-title {
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 100%;
|
|
|
|
.title-wrapper {
|
|
width: 100%;
|
|
max-width: 960px;
|
|
}
|
|
}
|
|
|
|
.small-action,
|
|
.onscreen-post .row {
|
|
justify-content: center;
|
|
}
|
|
|
|
#topic-footer-buttons {
|
|
width: calc(100% - 6.5em);
|
|
margin-top: 0;
|
|
|
|
@include viewport.until(md) {
|
|
max-width: unset;
|
|
width: 100%;
|
|
}
|
|
|
|
@include viewport.from(xl) {
|
|
width: 100%;
|
|
max-width: 51em;
|
|
}
|
|
|
|
.topic-footer-main-buttons {
|
|
justify-content: flex-end;
|
|
}
|
|
}
|
|
|
|
#topic-progress-wrapper.docked {
|
|
display: none;
|
|
}
|
|
|
|
@include viewport.until(lg) {
|
|
.archetype-private_message .topic-post:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
nav.post-controls .actions button {
|
|
padding: 0.5em 0.65em;
|
|
|
|
&.reply {
|
|
.d-icon {
|
|
margin-right: 0.45em;
|
|
}
|
|
}
|
|
}
|
|
|
|
.topic-footer-main-buttons {
|
|
margin-left: calc(var(--topic-avatar-width) - 1.15em);
|
|
}
|
|
|
|
.ai-bot-conversations {
|
|
--input-max-width: 46em;
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: calc(100dvh - var(--header-offset) - 5em);
|
|
|
|
.persona-llm-selector {
|
|
display: flex;
|
|
gap: 0.5em;
|
|
justify-content: flex-start;
|
|
|
|
&__selection-wrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
label {
|
|
font-size: var(--font-down-1);
|
|
font-weight: 300;
|
|
margin-left: 1em;
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.btn {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
background-color: transparent;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.btn:hover,
|
|
.btn:focus {
|
|
background-color: transparent;
|
|
color: var(--primary);
|
|
}
|
|
|
|
.btn:hover .d-icon,
|
|
.btn:focus .d-icon {
|
|
color: var(--primary);
|
|
}
|
|
}
|
|
|
|
&__content-wrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
box-sizing: border-box;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex: 1 1 auto;
|
|
gap: 0.5em;
|
|
|
|
.loading-container {
|
|
display: contents;
|
|
}
|
|
}
|
|
|
|
&__title {
|
|
font-size: var(--font-up-5);
|
|
font-weight: bold;
|
|
text-align: center;
|
|
margin-bottom: 0.25em;
|
|
line-height: var(--line-height-medium);
|
|
|
|
// optical centering for layout balance
|
|
@media screen and (min-height: 600px) {
|
|
margin-top: -6em;
|
|
}
|
|
}
|
|
|
|
&__input-wrapper {
|
|
--input-min-height: 2.5em;
|
|
display: flex;
|
|
align-items: end;
|
|
width: 100%;
|
|
border: 1px solid var(--primary-low);
|
|
border-radius: var(--d-input-border-radius);
|
|
|
|
@include viewport.from(sm) {
|
|
width: 80%;
|
|
max-width: var(--input-max-width);
|
|
}
|
|
|
|
&:focus-within {
|
|
border-color: var(--tertiary);
|
|
}
|
|
|
|
.ai-conversation-submit {
|
|
.d-icon {
|
|
color: var(--primary-medium);
|
|
padding: 0.5em;
|
|
}
|
|
|
|
&:hover,
|
|
&:focus-visible {
|
|
.d-icon {
|
|
color: var(--primary-medium);
|
|
}
|
|
}
|
|
}
|
|
|
|
.ai-bot-upload-btn {
|
|
min-height: var(--input-min-height);
|
|
border: none;
|
|
|
|
.d-icon {
|
|
background: var(--primary-low);
|
|
padding: 0.5em;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
&:hover,
|
|
&:focus-visible {
|
|
.d-icon {
|
|
color: var(--primary);
|
|
}
|
|
}
|
|
}
|
|
|
|
#ai-bot-conversations-input {
|
|
--scrollbarBg: transparent;
|
|
--scrollbarThumbBg: var(--primary-low);
|
|
--scrollbarWidth: 10px;
|
|
box-sizing: border-box;
|
|
flex-grow: 1;
|
|
margin: 0;
|
|
resize: none;
|
|
max-height: 30vh;
|
|
min-height: var(--input-min-height);
|
|
border-radius: 0 var(--d-button-border-radius)
|
|
var(--d-button-border-radius) 0;
|
|
border: none;
|
|
padding-block: 0.8em;
|
|
padding-inline: 0;
|
|
scrollbar-color: var(--scrollbarThumbBg) var(--scrollbarBg);
|
|
scrollbar-width: thin;
|
|
transition: scrollbar-color 0.25s ease-in-out;
|
|
|
|
&::-webkit-scrollbar-thumb {
|
|
background-color: var(--scrollbarThumbBg);
|
|
border-radius: calc(var(--scrollbarWidth) / 2);
|
|
border: calc(var(--scrollbarWidth) / 4) solid var(--secondary);
|
|
}
|
|
|
|
&::-webkit-scrollbar-track {
|
|
background-color: transparent;
|
|
}
|
|
|
|
&::-webkit-scrollbar {
|
|
width: var(--scrollbarWidth);
|
|
}
|
|
|
|
&::-moz-scrollbar-thumb {
|
|
background-color: var(--scrollbarThumbBg);
|
|
border-radius: calc(var(--scrollbarWidth) / 2);
|
|
border: calc(var(--scrollbarWidth) / 4) solid var(--secondary);
|
|
}
|
|
|
|
&::-moz-scrollbar-track {
|
|
background-color: transparent;
|
|
}
|
|
|
|
&::-moz-scrollbar {
|
|
width: var(--scrollbarWidth);
|
|
}
|
|
|
|
&:focus-visible {
|
|
outline: none;
|
|
border-color: var(--tertiary);
|
|
}
|
|
|
|
&:not(:placeholder-shown) + .ai-conversation-submit {
|
|
will-change: scale;
|
|
|
|
&:hover,
|
|
&:focus-visible {
|
|
transform: scale(1.2);
|
|
}
|
|
|
|
.d-icon {
|
|
color: var(--tertiary);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.ai-disclaimer {
|
|
text-align: center;
|
|
font-size: var(--font-down-1);
|
|
color: var(--primary-700);
|
|
margin: 0;
|
|
|
|
@include viewport.from(sm) {
|
|
width: 80%;
|
|
max-width: var(--input-max-width);
|
|
}
|
|
}
|
|
|
|
.sidebar-footer-wrapper {
|
|
display: flex;
|
|
|
|
.powered-by-discourse {
|
|
display: block;
|
|
}
|
|
|
|
button {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.topic-footer-main-buttons {
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.ai-bot-conversations__uploads-container {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 0.5em;
|
|
|
|
@include viewport.from(sm) {
|
|
width: 80%;
|
|
max-width: var(--input-max-width);
|
|
}
|
|
}
|
|
|
|
.ai-bot-upload {
|
|
display: flex;
|
|
align-items: center;
|
|
border: 1px solid var(--primary-low);
|
|
border-radius: 10em;
|
|
padding-left: 0.75em;
|
|
color: var(--primary-high);
|
|
font-size: var(--font-down-2);
|
|
|
|
&:hover,
|
|
&:focus-visible {
|
|
.d-icon {
|
|
color: var(--danger);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
@include viewport.until(sm) {
|
|
.share-ai-conversation-button {
|
|
.d-icon {
|
|
margin: 0;
|
|
}
|
|
|
|
.d-button-label {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
// custom user card link
|
|
.user-card-meta__profile-link {
|
|
display: block;
|
|
padding: 0.5em 0 0.25em;
|
|
|
|
.d-icon {
|
|
font-size: var(--font-down-1);
|
|
margin-right: 0.15em;
|
|
}
|
|
}
|
|
}
|