my-custom-gemma-chat / llm_chat.5275ce93.css.map
Saad4web's picture
Upload 9 files
4f354f7 verified
{"mappings":"ACAA,qNAcA,mGAOA,2EAOA,kCAIA,+CAIA,0DAKA,gEAKA,iIAUA,wCAMA,0EAOA,0CAIA,yDAIA,sDAIA,4DAIA,0DAMA,2BAIA,0KAcA,6DAKA,8DAKA,6DAKA,8DAKA,gGAOA,6GASA,yDAMA,wOAeA,iDAIA,uOAeA","sources":["llm_chat.5275ce93.css","src/llm_chat.css"],"sourcesContent":[".chatui {\n background-color: #1f2027;\n border: 2px solid #ddd;\n border-radius: 5px;\n flex-flow: column wrap;\n justify-content: space-between;\n width: 100%;\n max-width: 867px;\n height: 600px;\n margin: 25px 10px;\n display: flex;\n position: relative;\n}\n\n.chatui-select-wrapper {\n background-color: #1f2027;\n justify-content: center;\n padding: 10px 0;\n display: flex;\n}\n\n#chatui-select {\n color: #fff;\n background-color: #1f2027;\n border: none;\n width: 350px;\n}\n\n#chatui-select:focus {\n outline: none;\n}\n\n#chatui-select::-webkit-scrollbar {\n display: none;\n}\n\n#chatui-select option {\n color: #fff;\n background-color: #1f2027;\n}\n\n#chatui-select option:hover {\n color: #fff;\n background-color: #474747;\n}\n\ns .chatui-header {\n color: #666;\n background: #eee;\n border-bottom: 2px solid #ddd;\n justify-content: space-between;\n padding: 10px;\n display: flex;\n}\n\n*, :before, :after {\n box-sizing: content-box;\n}\n\n.chatui-chat {\n background-color: #1f2027;\n flex: 1;\n padding: 10px;\n overflow-y: auto;\n}\n\n.chatui-chat::-webkit-scrollbar {\n width: 6px;\n}\n\n.chatui-chat::-webkit-scrollbar-track {\n background: #1f2027;\n}\n\n.chatui-chat::-webkit-scrollbar-thumb {\n background: #888;\n}\n\n.chatui-chat::-webkit-scrollbar-thumb:hover {\n background: #555;\n}\n\n.msg {\n align-items: flex-end;\n margin-bottom: 10px;\n display: flex;\n}\n\n.msg:last-of-type {\n margin: 0;\n}\n\n.msg-bubble {\n box-sizing: border-box;\n color: #000;\n background-color: #f0f0f0;\n border: none;\n border-radius: 8px;\n width: calc(100% - 20px);\n margin: 5px auto;\n padding: 16px;\n font-size: medium;\n}\n\n.left-msg .msg-bubble {\n color: #ececec;\n background-color: #343541;\n}\n\n.error-msg .msg-bubble {\n color: #f15959;\n background-color: #343541;\n}\n\n.init-msg .msg-bubble {\n color: #ececec;\n background-color: #343541;\n}\n\n.right-msg .msg-bubble {\n color: #ececec;\n background-color: #444654;\n}\n\n.chatui-inputarea {\n background-color: #1f2027;\n border-top: 2px solid #0000;\n padding: 10px;\n display: flex;\n}\n\n.chatui-inputarea * {\n color: #fff;\n background: #0000004d;\n border: none;\n border-radius: 3px;\n padding: 10px;\n font-size: 1em;\n}\n\n.chatui-input {\n color: #fff;\n background-color: #40414f;\n flex: 1;\n}\n\n.chatui-reset-btn {\n color: #fff;\n cursor: pointer;\n background-color: #40414f;\n background-image: url(\"reset.a9e0bed4.png\");\n background-position: center;\n background-repeat: no-repeat;\n background-size: 20px 20px;\n width: 40px;\n margin-left: 10px;\n font-weight: bold;\n}\n\n.chatui-reset-btn:hover {\n background-color: #03a33e;\n}\n\n.chatui-send-btn {\n color: #fff;\n cursor: pointer;\n background-color: #40414f;\n background-image: url(\"plane.30badf56.png\");\n background-position: center;\n background-repeat: no-repeat;\n background-size: 20px 20px;\n width: 40px;\n margin-left: 10px;\n font-weight: bold;\n}\n\n.chatui-send-btn:hover {\n background-color: #03a33e;\n}\n/*# sourceMappingURL=llm_chat.5275ce93.css.map */\n",".chatui {\n display: flex;\n position: relative;\n flex-flow: column wrap;\n justify-content: space-between;\n width: 100%;\n max-width: 867px;\n margin: 25px 10px;\n height: 600px;\n border: 2px solid #ddd;\n border-radius: 5px;\n background-color: #1f2027;\n}\n\n.chatui-select-wrapper {\n display: flex;\n justify-content: center;\n background-color: #1f2027;\n padding: 10px 0;\n}\n\n#chatui-select {\n width: 350px;\n background-color: #1f2027;\n color: white;\n border: none;\n}\n\n#chatui-select:focus {\n outline: none;\n}\n\n#chatui-select::-webkit-scrollbar {\n display: none;\n}\n\n#chatui-select option {\n background-color: #1f2027;\n color: white;\n}\n\n#chatui-select option:hover {\n background-color: #474747;\n color: white;\n}\n\ns .chatui-header {\n display: flex;\n justify-content: space-between;\n padding: 10px;\n border-bottom: 2px solid #ddd;\n background: #eee;\n color: #666;\n}\n\n/* Used to remove tiny white lines in android devices; not sure if there is a better way */\n*,\n*::before,\n*::after {\n box-sizing: content-box;\n}\n\n.chatui-chat {\n flex: 1;\n overflow-y: auto;\n padding: 10px;\n background-color: #1f2027;\n}\n\n.chatui-chat::-webkit-scrollbar {\n width: 6px;\n}\n\n.chatui-chat::-webkit-scrollbar-track {\n background: #1f2027;\n}\n\n.chatui-chat::-webkit-scrollbar-thumb {\n background: #888;\n}\n\n.chatui-chat::-webkit-scrollbar-thumb:hover {\n background: #555;\n}\n\n.msg {\n display: flex;\n align-items: flex-end;\n margin-bottom: 10px;\n}\n\n.msg:last-of-type {\n margin: 0;\n}\n\n.msg-bubble {\n background-color: #f0f0f0;\n border-radius: 8px;\n padding: 16px;\n margin: 5px auto;\n width: calc(100% - 20px);\n box-sizing: border-box;\n color: black;\n border: none;\n font-size: medium;\n margin-left: auto;\n margin-right: auto;\n}\n\n.left-msg .msg-bubble {\n background-color: #343541;\n color: #ececec;\n}\n\n.error-msg .msg-bubble {\n background-color: #343541;\n color: #f15959;\n}\n\n.init-msg .msg-bubble {\n background-color: #343541;\n color: #ececec;\n}\n\n.right-msg .msg-bubble {\n background-color: #444654;\n color: #ececec;\n}\n\n.chatui-inputarea {\n display: flex;\n padding: 10px;\n border-top: 2px solid transparent;\n background-color: #1f2027;\n}\n\n.chatui-inputarea * {\n padding: 10px;\n border: none;\n border-radius: 3px;\n font-size: 1em;\n color: white;\n background: rgba(0, 0, 0, 0.3);\n}\n\n.chatui-input {\n flex: 1;\n background-color: #40414f;\n color: white;\n}\n\n.chatui-reset-btn {\n margin-left: 10px;\n background-color: #40414f;\n color: #fff;\n font-weight: bold;\n cursor: pointer;\n background-image: url(\"img/reset.png\");\n background-repeat: no-repeat;\n background-position: center;\n width: 40px;\n background-repeat: no-repeat;\n background-position: center;\n background-size: 20px 20px;\n}\n\n.chatui-reset-btn:hover {\n background-color: #03a33e;\n}\n\n.chatui-send-btn {\n margin-left: 10px;\n background-color: #40414f;\n color: #fff;\n font-weight: bold;\n cursor: pointer;\n background-image: url(\"img/plane.png\");\n background-repeat: no-repeat;\n background-position: center;\n width: 40px;\n background-repeat: no-repeat;\n background-position: center;\n background-size: 20px 20px;\n}\n\n.chatui-send-btn:hover {\n background-color: #03a33e;\n}\n"],"names":[],"version":3,"file":"llm_chat.5275ce93.css.map"}