You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
971 lines
31 KiB
CSS
971 lines
31 KiB
CSS
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./app/components/input-range.module.scss ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.input-range_input-range__SuxRd {
|
|
border: var(--border-in-light);
|
|
border-radius: 10px;
|
|
padding: 5px 10px 5px 10px;
|
|
font-size: 12px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
max-width: 40%;
|
|
}
|
|
.input-range_input-range__SuxRd input[type=range] {
|
|
max-width: calc(100% - 34px);
|
|
}
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./app/components/model-config.module.scss ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.model-config_select-compress-model__exs2k {
|
|
width: 60%;
|
|
}
|
|
.model-config_select-compress-model__exs2k select {
|
|
max-width: 100%;
|
|
white-space: normal;
|
|
}
|
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./app/components/chat.module.scss ***!
|
|
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
@charset "UTF-8";
|
|
@keyframes chat_slide-in__nvZgA {
|
|
from {
|
|
opacity: 0;
|
|
transform: translateY(20px);
|
|
}
|
|
to {
|
|
opacity: 1;
|
|
transform: translateY(0px);
|
|
}
|
|
}
|
|
@keyframes chat_slide-in-from-top__Q0KCt {
|
|
from {
|
|
opacity: 0;
|
|
transform: translateY(-20px);
|
|
}
|
|
to {
|
|
opacity: 1;
|
|
transform: translateY(0px);
|
|
}
|
|
}
|
|
.chat_attach-images__UtJds {
|
|
position: absolute;
|
|
left: 30px;
|
|
bottom: 32px;
|
|
display: flex;
|
|
}
|
|
|
|
.chat_attach-image__5zxeG {
|
|
cursor: default;
|
|
width: 64px;
|
|
height: 64px;
|
|
border: rgba(136, 136, 136, 0.2) 1px solid;
|
|
border-radius: 5px;
|
|
margin-right: 10px;
|
|
background-size: cover;
|
|
background-position: center;
|
|
background-color: var(--white);
|
|
}
|
|
.chat_attach-image__5zxeG .chat_attach-image-mask__cOlWM {
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 0;
|
|
transition: all ease 0.2s;
|
|
}
|
|
.chat_attach-image__5zxeG .chat_attach-image-mask__cOlWM:hover {
|
|
opacity: 1;
|
|
}
|
|
.chat_attach-image__5zxeG .chat_delete-image__IBtAc {
|
|
width: 24px;
|
|
height: 24px;
|
|
cursor: pointer;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 5px;
|
|
float: right;
|
|
background-color: var(--white);
|
|
}
|
|
|
|
.chat_chat-input-actions__mwYC_ {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
gap: 5px;
|
|
}
|
|
.chat_chat-input-actions-end__gqGc3 {
|
|
display: flex;
|
|
margin-left: auto;
|
|
gap: 5px;
|
|
}
|
|
.chat_chat-input-actions__mwYC_ .chat_chat-input-action__DMW7Y {
|
|
display: inline-flex;
|
|
border-radius: 20px;
|
|
font-size: 12px;
|
|
background-color: var(--white);
|
|
color: var(--black);
|
|
border: var(--border-in-light);
|
|
padding: 4px 10px;
|
|
animation: chat_slide-in__nvZgA ease 0.3s;
|
|
box-shadow: var(--card-shadow);
|
|
transition: width ease 0.3s;
|
|
align-items: center;
|
|
height: 16px;
|
|
width: var(--icon-width);
|
|
overflow: hidden;
|
|
}
|
|
.chat_chat-input-actions__mwYC_ .chat_chat-input-action__DMW7Y .chat_text__TkPfN {
|
|
white-space: nowrap;
|
|
padding-left: 5px;
|
|
opacity: 0;
|
|
transform: translateX(-5px);
|
|
transition: all ease 0.3s;
|
|
pointer-events: none;
|
|
}
|
|
.chat_chat-input-actions__mwYC_ .chat_chat-input-action__DMW7Y:hover {
|
|
--delay: 0.5s;
|
|
width: var(--full-width);
|
|
transition-delay: var(--delay);
|
|
}
|
|
.chat_chat-input-actions__mwYC_ .chat_chat-input-action__DMW7Y:hover .chat_text__TkPfN {
|
|
transition-delay: var(--delay);
|
|
opacity: 1;
|
|
transform: translate(0);
|
|
}
|
|
.chat_chat-input-actions__mwYC_ .chat_chat-input-action__DMW7Y .chat_text__TkPfN,
|
|
.chat_chat-input-actions__mwYC_ .chat_chat-input-action__DMW7Y .chat_icon__Ly3TN {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.chat_prompt-toast___VCUf {
|
|
position: absolute;
|
|
bottom: -50px;
|
|
z-index: 999;
|
|
display: flex;
|
|
justify-content: center;
|
|
width: calc(100% - 40px);
|
|
}
|
|
.chat_prompt-toast___VCUf .chat_prompt-toast-inner__f17E6 {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 12px;
|
|
background-color: var(--white);
|
|
color: var(--black);
|
|
border: var(--border-in-light);
|
|
box-shadow: var(--card-shadow);
|
|
padding: 10px 20px;
|
|
border-radius: 100px;
|
|
animation: chat_slide-in-from-top__Q0KCt ease 0.3s;
|
|
}
|
|
.chat_prompt-toast___VCUf .chat_prompt-toast-inner__f17E6 .chat_prompt-toast-content__9sp_w {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.chat_section-title__BiPko {
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
margin-bottom: 10px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.chat_section-title__BiPko .chat_section-title-action__bmruw {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.chat_context-prompt__cbach .chat_context-prompt-insert__UmNJi {
|
|
display: flex;
|
|
justify-content: center;
|
|
padding: 4px;
|
|
opacity: 0.2;
|
|
transition: all ease 0.3s;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
cursor: pointer;
|
|
border-radius: 4px;
|
|
margin-top: 4px;
|
|
margin-bottom: 4px;
|
|
}
|
|
.chat_context-prompt__cbach .chat_context-prompt-insert__UmNJi:hover {
|
|
opacity: 1;
|
|
background-color: rgba(0, 0, 0, 0.05);
|
|
}
|
|
.chat_context-prompt__cbach .chat_context-prompt-row__3Kbix {
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 100%;
|
|
}
|
|
.chat_context-prompt__cbach .chat_context-prompt-row__3Kbix:hover .chat_context-drag__BX7lh {
|
|
opacity: 1;
|
|
}
|
|
.chat_context-prompt__cbach .chat_context-prompt-row__3Kbix .chat_context-drag__BX7lh {
|
|
display: flex;
|
|
align-items: center;
|
|
opacity: 0.5;
|
|
transition: all ease 0.3s;
|
|
}
|
|
.chat_context-prompt__cbach .chat_context-prompt-row__3Kbix .chat_context-role__7_IR9 {
|
|
margin-right: 10px;
|
|
}
|
|
.chat_context-prompt__cbach .chat_context-prompt-row__3Kbix .chat_context-content__sNXUy {
|
|
flex: 1 1;
|
|
max-width: 100%;
|
|
text-align: left;
|
|
}
|
|
.chat_context-prompt__cbach .chat_context-prompt-row__3Kbix .chat_context-delete-button__C_BmS {
|
|
margin-left: 10px;
|
|
}
|
|
.chat_context-prompt__cbach .chat_context-prompt-button__AoPsw {
|
|
flex: 1 1;
|
|
}
|
|
|
|
.chat_memory-prompt__vOzcn {
|
|
margin: 20px 0;
|
|
}
|
|
.chat_memory-prompt__vOzcn .chat_memory-prompt-content__kUVKj {
|
|
background-color: var(--white);
|
|
color: var(--black);
|
|
border: var(--border-in-light);
|
|
border-radius: 10px;
|
|
padding: 10px;
|
|
font-size: 12px;
|
|
-webkit-user-select: text;
|
|
-moz-user-select: text;
|
|
user-select: text;
|
|
}
|
|
|
|
.chat_clear-context__ke8Iw {
|
|
margin: 20px 0 0 0;
|
|
padding: 4px 0;
|
|
border-top: var(--border-in-light);
|
|
border-bottom: var(--border-in-light);
|
|
box-shadow: var(--card-shadow) inset;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: var(--black);
|
|
transition: all ease 0.3s;
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
position: relative;
|
|
font-size: 12px;
|
|
animation: chat_slide-in__nvZgA ease 0.3s;
|
|
-webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0), rgba(0, 0, 0, 0));
|
|
mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0), rgba(0, 0, 0, 0));
|
|
}
|
|
.chat_clear-context-tips__L1A_i {
|
|
transform: translateY(0);
|
|
position: relative;
|
|
transition: all ease 0.3s;
|
|
opacity: 1;
|
|
opacity: 0.5;
|
|
}
|
|
.chat_clear-context-revert-btn___Wna1 {
|
|
color: var(--primary);
|
|
transform: translateY(-50%);
|
|
position: absolute;
|
|
transition: all ease 0.1s;
|
|
opacity: 0;
|
|
}
|
|
.chat_clear-context__ke8Iw:hover {
|
|
opacity: 1;
|
|
border-color: var(--primary);
|
|
}
|
|
.chat_clear-context__ke8Iw:hover .chat_clear-context-tips__L1A_i {
|
|
transform: translateY(-50%);
|
|
position: absolute;
|
|
transition: all ease 0.1s;
|
|
opacity: 0;
|
|
}
|
|
.chat_clear-context__ke8Iw:hover .chat_clear-context-revert-btn___Wna1 {
|
|
transform: translateY(0);
|
|
position: relative;
|
|
transition: all ease 0.3s;
|
|
opacity: 1;
|
|
}
|
|
|
|
.chat_chat__ZebHg {
|
|
display: flex;
|
|
flex-direction: column;
|
|
position: relative;
|
|
height: 100%;
|
|
}
|
|
|
|
.chat_chat-body__QFv5x {
|
|
flex: 1 1;
|
|
overflow: auto;
|
|
overflow-x: hidden;
|
|
padding: 20px;
|
|
padding-bottom: 40px;
|
|
position: relative;
|
|
overscroll-behavior: none;
|
|
}
|
|
|
|
.chat_chat-body-main-title__jUL6h {
|
|
cursor: pointer;
|
|
}
|
|
.chat_chat-body-main-title__jUL6h:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
@media only screen and (max-width: 600px) {
|
|
.chat_chat-body-title__d2ItC {
|
|
text-align: center;
|
|
}
|
|
}
|
|
.chat_chat-message__dg8rL {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.chat_chat-message__dg8rL:last-child {
|
|
animation: chat_slide-in__nvZgA ease 0.3s;
|
|
}
|
|
|
|
.chat_chat-message-user__ZtTEj {
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
}
|
|
.chat_chat-message-user__ZtTEj .chat_chat-message-header__Dny_K {
|
|
flex-direction: row-reverse;
|
|
}
|
|
|
|
.chat_chat-message-header__Dny_K {
|
|
margin-top: 20px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.chat_chat-message-header__Dny_K .chat_chat-message-actions__H90hg {
|
|
display: flex;
|
|
box-sizing: border-box;
|
|
font-size: 12px;
|
|
align-items: flex-end;
|
|
justify-content: space-between;
|
|
transition: all ease 0.3s;
|
|
transform: scale(0.9) translateY(5px);
|
|
margin: 0 10px;
|
|
opacity: 0;
|
|
pointer-events: none;
|
|
}
|
|
.chat_chat-message-header__Dny_K .chat_chat-message-actions__H90hg .chat_chat-input-actions__mwYC_ {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
}
|
|
.chat_chat-message-header__Dny_K .chat_chat-model-name__U4gmR {
|
|
font-size: 12px;
|
|
color: var(--black);
|
|
margin-left: 6px;
|
|
}
|
|
|
|
.chat_chat-message-container__O_X8_ {
|
|
max-width: var(--message-max-width);
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
}
|
|
.chat_chat-message-container__O_X8_:hover .chat_chat-message-edit__h58of {
|
|
opacity: 0.9;
|
|
}
|
|
.chat_chat-message-container__O_X8_:hover .chat_chat-message-actions__H90hg {
|
|
opacity: 1;
|
|
pointer-events: all;
|
|
transform: scale(1) translateY(0);
|
|
}
|
|
|
|
.chat_chat-message-user__ZtTEj > .chat_chat-message-container__O_X8_ {
|
|
align-items: flex-end;
|
|
}
|
|
|
|
.chat_chat-message-avatar__3QeMq {
|
|
position: relative;
|
|
/* Specific styles for iOS devices */
|
|
}
|
|
.chat_chat-message-avatar__3QeMq .chat_chat-message-edit__h58of {
|
|
position: absolute;
|
|
height: 100%;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
opacity: 0;
|
|
transition: all ease 0.3s;
|
|
}
|
|
.chat_chat-message-avatar__3QeMq .chat_chat-message-edit__h58of button {
|
|
padding: 7px;
|
|
}
|
|
@media screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) {
|
|
@supports (-webkit-touch-callout: none) {
|
|
.chat_chat-message-avatar__3QeMq .chat_chat-message-edit__h58of {
|
|
top: -8%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.chat_chat-message-status__zc9Ad {
|
|
font-size: 12px;
|
|
color: #aaa;
|
|
line-height: 1.5;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.chat_chat-message-tools__YMVVa {
|
|
font-size: 12px;
|
|
color: #aaa;
|
|
line-height: 1.5;
|
|
margin-top: 5px;
|
|
}
|
|
.chat_chat-message-tools__YMVVa .chat_chat-message-tool__Rjc5q {
|
|
display: flex;
|
|
align-items: end;
|
|
}
|
|
.chat_chat-message-tools__YMVVa .chat_chat-message-tool__Rjc5q svg {
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.chat_chat-message-item__dKqMl {
|
|
box-sizing: border-box;
|
|
max-width: 100%;
|
|
margin-top: 10px;
|
|
border-radius: 10px;
|
|
background-color: rgba(0, 0, 0, 0.05);
|
|
padding: 10px;
|
|
font-size: 14px;
|
|
-webkit-user-select: text;
|
|
-moz-user-select: text;
|
|
user-select: text;
|
|
word-break: break-word;
|
|
border: var(--border-in-light);
|
|
position: relative;
|
|
transition: all ease 0.3s;
|
|
}
|
|
|
|
.chat_chat-message-audio__Rbvwc {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
border-radius: 10px;
|
|
background-color: rgba(0, 0, 0, 0.05);
|
|
border: var(--border-in-light);
|
|
position: relative;
|
|
transition: all ease 0.3s;
|
|
margin-top: 10px;
|
|
font-size: 14px;
|
|
-webkit-user-select: text;
|
|
-moz-user-select: text;
|
|
user-select: text;
|
|
word-break: break-word;
|
|
box-sizing: border-box;
|
|
}
|
|
.chat_chat-message-audio__Rbvwc audio {
|
|
height: 30px; /* 调整高度 */
|
|
}
|
|
|
|
.chat_chat-message-item-image__2jbb0 {
|
|
width: 100%;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.chat_chat-message-item-images__EtEM4 {
|
|
width: 100%;
|
|
display: grid;
|
|
justify-content: left;
|
|
grid-gap: 10px;
|
|
grid-template-columns: repeat(var(--image-count), auto);
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.chat_chat-message-item-image-multi__DOIxY {
|
|
object-fit: cover;
|
|
background-size: cover;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.chat_chat-message-item-image__2jbb0,
|
|
.chat_chat-message-item-image-multi__DOIxY {
|
|
box-sizing: border-box;
|
|
border-radius: 10px;
|
|
border: rgba(136, 136, 136, 0.2) 1px solid;
|
|
}
|
|
|
|
@media only screen and (max-width: 600px) {
|
|
.chat_chat-message-item-image-multi__DOIxY {
|
|
width: calc(66.6666666667vw / var(--image-count));
|
|
height: calc(66.6666666667vw / var(--image-count));
|
|
}
|
|
.chat_chat-message-item-image__2jbb0 {
|
|
max-width: 66.6666666667vw;
|
|
}
|
|
}
|
|
@media screen and (min-width: 600px) {
|
|
.chat_chat-message-item-image-multi__DOIxY {
|
|
width: calc((var(--window-width) - var(--sidebar-width)) / 3 * 2 / var(--image-count));
|
|
height: calc((var(--window-width) - var(--sidebar-width)) / 3 * 2 / var(--image-count));
|
|
max-width: calc((1200px - var(--sidebar-width)) / 3 * 2 / var(--image-count));
|
|
max-height: calc((1200px - var(--sidebar-width)) / 3 * 2 / var(--image-count));
|
|
}
|
|
.chat_chat-message-item-image__2jbb0 {
|
|
max-width: calc((1200px - var(--sidebar-width)) / 3 * 2);
|
|
}
|
|
}
|
|
.chat_chat-message-action-date__RsXTn {
|
|
font-size: 12px;
|
|
opacity: 0.2;
|
|
white-space: nowrap;
|
|
transition: all ease 0.6s;
|
|
color: var(--black);
|
|
text-align: right;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding-right: 10px;
|
|
pointer-events: none;
|
|
z-index: 1;
|
|
}
|
|
|
|
.chat_chat-message-user__ZtTEj > .chat_chat-message-container__O_X8_ > .chat_chat-message-item__dKqMl {
|
|
background-color: var(--second);
|
|
}
|
|
.chat_chat-message-user__ZtTEj > .chat_chat-message-container__O_X8_ > .chat_chat-message-item__dKqMl:hover {
|
|
min-width: 0;
|
|
}
|
|
|
|
.chat_chat-input-panel__rO72m {
|
|
position: relative;
|
|
width: 100%;
|
|
padding: 20px;
|
|
padding-top: 10px;
|
|
box-sizing: border-box;
|
|
flex-direction: column;
|
|
border-top: var(--border-in-light);
|
|
box-shadow: var(--card-shadow);
|
|
}
|
|
.chat_chat-input-panel__rO72m .chat_chat-input-actions__mwYC_ .chat_chat-input-action__DMW7Y {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.chat_prompt-hints__VT_Oi {
|
|
min-height: 20px;
|
|
width: 100%;
|
|
max-height: 50vh;
|
|
overflow: auto;
|
|
display: flex;
|
|
flex-direction: column-reverse;
|
|
background-color: var(--white);
|
|
border: var(--border-in-light);
|
|
border-radius: 10px;
|
|
margin-bottom: 10px;
|
|
box-shadow: var(--shadow);
|
|
}
|
|
.chat_prompt-hints__VT_Oi .chat_prompt-hint__2616t {
|
|
color: var(--black);
|
|
padding: 6px 10px;
|
|
animation: chat_slide-in__nvZgA ease 0.3s;
|
|
cursor: pointer;
|
|
transition: all ease 0.3s;
|
|
border: transparent 1px solid;
|
|
margin: 4px;
|
|
border-radius: 8px;
|
|
}
|
|
.chat_prompt-hints__VT_Oi .chat_prompt-hint__2616t:not(:last-child) {
|
|
margin-top: 0;
|
|
}
|
|
.chat_prompt-hints__VT_Oi .chat_prompt-hint__2616t .chat_hint-title__E53ZK {
|
|
font-size: 12px;
|
|
font-weight: bolder;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.chat_prompt-hints__VT_Oi .chat_prompt-hint__2616t .chat_hint-content__y2yj4 {
|
|
font-size: 12px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.chat_prompt-hints__VT_Oi .chat_prompt-hint-selected__o3vYi, .chat_prompt-hints__VT_Oi .chat_prompt-hint__2616t:hover {
|
|
border-color: var(--primary);
|
|
}
|
|
|
|
.chat_chat-input-panel-inner___IQHi {
|
|
cursor: text;
|
|
display: flex;
|
|
flex: 1 1;
|
|
border-radius: 10px;
|
|
border: var(--border-in-light);
|
|
}
|
|
|
|
.chat_chat-input-panel-inner-attach__mZheu {
|
|
padding-bottom: 80px;
|
|
}
|
|
|
|
.chat_chat-input-panel-inner___IQHi:has(.chat_chat-input__PQ_oF:focus) {
|
|
border: 1px solid var(--primary);
|
|
}
|
|
|
|
.chat_chat-input__PQ_oF {
|
|
height: 100%;
|
|
width: 100%;
|
|
border-radius: 10px;
|
|
border: none;
|
|
box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.03);
|
|
background-color: var(--white);
|
|
color: var(--black);
|
|
font-family: inherit;
|
|
padding: 10px 90px 10px 14px;
|
|
resize: none;
|
|
outline: none;
|
|
box-sizing: border-box;
|
|
min-height: 68px;
|
|
}
|
|
|
|
.chat_chat-input-send__GFQZo {
|
|
background-color: var(--primary);
|
|
color: white;
|
|
position: absolute;
|
|
right: 30px;
|
|
bottom: 32px;
|
|
}
|
|
|
|
@media only screen and (max-width: 600px) {
|
|
.chat_chat-input__PQ_oF {
|
|
font-size: 16px;
|
|
}
|
|
.chat_chat-input-send__GFQZo {
|
|
bottom: 30px;
|
|
}
|
|
}
|
|
.chat_shortcut-key-container__nYZUJ {
|
|
padding: 10px;
|
|
overflow-y: auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.chat_shortcut-key-grid__VmUMG {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
|
|
grid-gap: 16px;
|
|
gap: 16px;
|
|
}
|
|
|
|
.chat_shortcut-key-item__diQqm {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
overflow: hidden;
|
|
padding: 10px;
|
|
background-color: var(--white);
|
|
}
|
|
|
|
.chat_shortcut-key-title__nauQT {
|
|
font-size: 14px;
|
|
color: var(--black);
|
|
}
|
|
|
|
.chat_shortcut-key-keys__vW8SN {
|
|
display: flex;
|
|
gap: 8px;
|
|
}
|
|
|
|
.chat_shortcut-key__DtMUQ {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border: var(--border-in-light);
|
|
border-radius: 8px;
|
|
padding: 4px;
|
|
background-color: var(--gray);
|
|
min-width: 32px;
|
|
}
|
|
|
|
.chat_shortcut-key__DtMUQ span {
|
|
font-size: 12px;
|
|
color: var(--black);
|
|
}
|
|
|
|
.chat_chat-main__i_Cp2 {
|
|
display: flex;
|
|
height: 100%;
|
|
width: 100%;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.chat_chat-main__i_Cp2 .chat_chat-body-container__6ZZad {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1 1;
|
|
width: 100%;
|
|
}
|
|
.chat_chat-main__i_Cp2 .chat_chat-side-panel__YrWNL {
|
|
position: absolute;
|
|
inset: 0;
|
|
background: var(--white);
|
|
overflow: hidden;
|
|
z-index: 10;
|
|
transform: translateX(100%);
|
|
transition: all ease 0.3s;
|
|
}
|
|
.chat_chat-main__i_Cp2 .chat_chat-side-panel-show__cl5MF {
|
|
transform: translateX(0);
|
|
}
|
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./app/components/mask.module.scss ***!
|
|
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
@keyframes mask_slide-in__unpXH {
|
|
from {
|
|
opacity: 0;
|
|
transform: translateY(20px);
|
|
}
|
|
to {
|
|
opacity: 1;
|
|
transform: translateY(0px);
|
|
}
|
|
}
|
|
@keyframes mask_slide-in-from-top__DOEYB {
|
|
from {
|
|
opacity: 0;
|
|
transform: translateY(-20px);
|
|
}
|
|
to {
|
|
opacity: 1;
|
|
transform: translateY(0px);
|
|
}
|
|
}
|
|
.mask_mask-page__ou14k {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.mask_mask-page__ou14k .mask_mask-page-body__kBXsJ {
|
|
padding: 20px;
|
|
overflow-y: auto;
|
|
}
|
|
.mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-filter__OdpU3 {
|
|
width: 100%;
|
|
max-width: 100%;
|
|
margin-bottom: 20px;
|
|
animation: mask_slide-in__unpXH ease 0.3s;
|
|
height: 40px;
|
|
display: flex;
|
|
}
|
|
.mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-filter__OdpU3 .mask_search-bar__7_Msn {
|
|
flex-grow: 1;
|
|
max-width: 100%;
|
|
min-width: 0;
|
|
}
|
|
.mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-filter__OdpU3 .mask_mask-filter-lang__mRxyv {
|
|
height: 100%;
|
|
margin-left: 10px;
|
|
}
|
|
.mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-filter__OdpU3 .mask_mask-create__BjAzk {
|
|
height: 100%;
|
|
margin-left: 10px;
|
|
box-sizing: border-box;
|
|
min-width: 80px;
|
|
}
|
|
.mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-item__dinia {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 20px;
|
|
border: var(--border-in-light);
|
|
animation: mask_slide-in__unpXH ease 0.3s;
|
|
}
|
|
.mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-item__dinia:not(:last-child) {
|
|
border-bottom: 0;
|
|
}
|
|
.mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-item__dinia:first-child {
|
|
border-top-left-radius: 10px;
|
|
border-top-right-radius: 10px;
|
|
}
|
|
.mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-item__dinia:last-child {
|
|
border-bottom-left-radius: 10px;
|
|
border-bottom-right-radius: 10px;
|
|
}
|
|
.mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-item__dinia .mask_mask-header__RXJXI {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-item__dinia .mask_mask-header__RXJXI .mask_mask-icon__wO1ER {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-right: 10px;
|
|
}
|
|
.mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-item__dinia .mask_mask-header__RXJXI .mask_mask-title__IDEbR .mask_mask-name__77Rjh {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
}
|
|
.mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-item__dinia .mask_mask-header__RXJXI .mask_mask-title__IDEbR .mask_mask-info__2gtiu {
|
|
font-size: 12px;
|
|
}
|
|
.mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-item__dinia .mask_mask-actions__rsWn_ {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
transition: all ease 0.3s;
|
|
}
|
|
@media screen and (max-width: 600px) {
|
|
.mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-item__dinia {
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding-bottom: 10px;
|
|
border-radius: 10px;
|
|
margin-bottom: 20px;
|
|
box-shadow: var(--card-shadow);
|
|
}
|
|
.mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-item__dinia:not(:last-child) {
|
|
border-bottom: var(--border-in-light);
|
|
}
|
|
.mask_mask-page__ou14k .mask_mask-page-body__kBXsJ .mask_mask-item__dinia .mask_mask-actions__rsWn_ {
|
|
width: 100%;
|
|
justify-content: space-between;
|
|
padding-top: 10px;
|
|
}
|
|
}
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./app/components/new-chat.module.scss ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
@keyframes new-chat_slide-in__VIaHY {
|
|
from {
|
|
opacity: 0;
|
|
transform: translateY(20px);
|
|
}
|
|
to {
|
|
opacity: 1;
|
|
transform: translateY(0px);
|
|
}
|
|
}
|
|
@keyframes new-chat_slide-in-from-top__kKaCc {
|
|
from {
|
|
opacity: 0;
|
|
transform: translateY(-20px);
|
|
}
|
|
to {
|
|
opacity: 1;
|
|
transform: translateY(0px);
|
|
}
|
|
}
|
|
.new-chat_new-chat__63RF3 {
|
|
height: 100%;
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
}
|
|
.new-chat_new-chat__63RF3 .new-chat_mask-header__nBwht {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
animation: new-chat_slide-in-from-top__kKaCc ease 0.3s;
|
|
}
|
|
.new-chat_new-chat__63RF3 .new-chat_mask-cards__W1FzL {
|
|
display: flex;
|
|
margin-top: 5vh;
|
|
margin-bottom: 20px;
|
|
animation: new-chat_slide-in__VIaHY ease 0.3s;
|
|
}
|
|
.new-chat_new-chat__63RF3 .new-chat_mask-cards__W1FzL .new-chat_mask-card__EXvr1 {
|
|
padding: 20px 10px;
|
|
border: var(--border-in-light);
|
|
box-shadow: var(--card-shadow);
|
|
border-radius: 14px;
|
|
background-color: var(--white);
|
|
transform: scale(1);
|
|
}
|
|
.new-chat_new-chat__63RF3 .new-chat_mask-cards__W1FzL .new-chat_mask-card__EXvr1:first-child {
|
|
transform: rotate(-15deg) translateY(5px);
|
|
}
|
|
.new-chat_new-chat__63RF3 .new-chat_mask-cards__W1FzL .new-chat_mask-card__EXvr1:last-child {
|
|
transform: rotate(15deg) translateY(5px);
|
|
}
|
|
.new-chat_new-chat__63RF3 .new-chat_title__lfHL6 {
|
|
font-size: 32px;
|
|
font-weight: bolder;
|
|
margin-bottom: 1vh;
|
|
animation: new-chat_slide-in__VIaHY ease 0.35s;
|
|
}
|
|
.new-chat_new-chat__63RF3 .new-chat_sub-title__qYtID {
|
|
animation: new-chat_slide-in__VIaHY ease 0.4s;
|
|
}
|
|
.new-chat_new-chat__63RF3 .new-chat_actions__ntcag {
|
|
margin-top: 5vh;
|
|
margin-bottom: 2vh;
|
|
animation: new-chat_slide-in__VIaHY ease 0.45s;
|
|
display: flex;
|
|
justify-content: center;
|
|
font-size: 12px;
|
|
}
|
|
.new-chat_new-chat__63RF3 .new-chat_actions__ntcag .new-chat_skip__js1_N {
|
|
margin-left: 10px;
|
|
}
|
|
.new-chat_new-chat__63RF3 .new-chat_masks__ArNS9 {
|
|
flex-grow: 1;
|
|
width: 100%;
|
|
overflow: auto;
|
|
align-items: center;
|
|
padding-top: 20px;
|
|
-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0), rgba(0, 0, 0, 0));
|
|
mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0), rgba(0, 0, 0, 0));
|
|
animation: new-chat_slide-in__VIaHY ease 0.5s;
|
|
}
|
|
.new-chat_new-chat__63RF3 .new-chat_masks__ArNS9 .new-chat_mask-row__ZRTfV {
|
|
display: flex;
|
|
margin-bottom: 10px;
|
|
}
|
|
.new-chat_new-chat__63RF3 .new-chat_masks__ArNS9 .new-chat_mask-row__ZRTfV:nth-child(2) {
|
|
margin-left: 50px;
|
|
}
|
|
.new-chat_new-chat__63RF3 .new-chat_masks__ArNS9 .new-chat_mask-row__ZRTfV:nth-child(4) {
|
|
margin-left: 50px;
|
|
}
|
|
.new-chat_new-chat__63RF3 .new-chat_masks__ArNS9 .new-chat_mask-row__ZRTfV:nth-child(6) {
|
|
margin-left: 50px;
|
|
}
|
|
.new-chat_new-chat__63RF3 .new-chat_masks__ArNS9 .new-chat_mask-row__ZRTfV:nth-child(8) {
|
|
margin-left: 50px;
|
|
}
|
|
.new-chat_new-chat__63RF3 .new-chat_masks__ArNS9 .new-chat_mask-row__ZRTfV:nth-child(10) {
|
|
margin-left: 50px;
|
|
}
|
|
.new-chat_new-chat__63RF3 .new-chat_masks__ArNS9 .new-chat_mask-row__ZRTfV:nth-child(12) {
|
|
margin-left: 50px;
|
|
}
|
|
.new-chat_new-chat__63RF3 .new-chat_masks__ArNS9 .new-chat_mask-row__ZRTfV:nth-child(14) {
|
|
margin-left: 50px;
|
|
}
|
|
.new-chat_new-chat__63RF3 .new-chat_masks__ArNS9 .new-chat_mask-row__ZRTfV:nth-child(16) {
|
|
margin-left: 50px;
|
|
}
|
|
.new-chat_new-chat__63RF3 .new-chat_masks__ArNS9 .new-chat_mask-row__ZRTfV:nth-child(18) {
|
|
margin-left: 50px;
|
|
}
|
|
.new-chat_new-chat__63RF3 .new-chat_masks__ArNS9 .new-chat_mask-row__ZRTfV .new-chat_mask__P5aBk {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 10px 14px;
|
|
border: var(--border-in-light);
|
|
box-shadow: var(--card-shadow);
|
|
background-color: var(--white);
|
|
border-radius: 10px;
|
|
margin-right: 10px;
|
|
max-width: 8em;
|
|
transform: scale(1);
|
|
cursor: pointer;
|
|
transition: all ease 0.3s;
|
|
}
|
|
.new-chat_new-chat__63RF3 .new-chat_masks__ArNS9 .new-chat_mask-row__ZRTfV .new-chat_mask__P5aBk:hover {
|
|
transform: translateY(-5px) scale(1.1);
|
|
z-index: 999;
|
|
border-color: var(--primary);
|
|
}
|
|
.new-chat_new-chat__63RF3 .new-chat_masks__ArNS9 .new-chat_mask-row__ZRTfV .new-chat_mask__P5aBk .new-chat_mask-name__AytPM {
|
|
margin-left: 10px;
|
|
font-size: 14px;
|
|
}
|