Spaces:
Running
Running
.left_header { | |
display: flex; | |
flex-direction: column; | |
justify-content: center; | |
align-items: center; | |
} | |
.render_header { | |
height: 30px; | |
width: 100%; | |
padding: 5px 16px; | |
background-color: #f5f5f5; | |
margin-top: 50px; | |
} | |
.header_btn { | |
display: inline-block; | |
height: 10px; | |
width: 10px; | |
border-radius: 50%; | |
margin-right: 4px; | |
} | |
.render_header > .header_btn:nth-child(1) { | |
background-color: #f5222d; | |
} | |
.render_header > .header_btn:nth-child(2) { | |
background-color: #faad14; | |
} | |
.render_header > .header_btn:nth-child(3) { | |
background-color: #52c41a; | |
} | |
.right_content { | |
height: 920px; | |
display: flex; | |
flex-direction: column; | |
justify-content: center; | |
align-items: center; | |
} | |
.history_chatbot button { | |
background: none; | |
border: none; | |
} | |
/* Footer ์จ๊ธฐ๊ธฐ */ | |
footer, .footer, div[class*="footer"], #footer { | |
display: none ; | |
visibility: hidden ; | |
height: 0 ; | |
padding: 0 ; | |
margin: 0 ; | |
} | |
/* Textarea ์คํ์ผ๋ง */ | |
#component-0 textarea, | |
.gradio-container textarea, | |
.ant-input-textarea-large textarea { | |
height: 300px ; | |
min-height: 300px ; | |
max-height: none ; | |
resize: vertical ; | |
} | |
#component-0 .ant-input-textarea, | |
.gradio-container .ant-input-textarea, | |
.ant-input-textarea-large { | |
height: auto ; | |
min-height: 300px ; | |
} | |
/* Setting ๋ฒํผ ์คํ์ผ๋ง */ | |
.setting-buttons { | |
position: absolute; | |
top: 0; | |
right: 0; | |
z-index: 1000; | |
display: flex; | |
gap: 8px; | |
padding: 10px; | |
background-color: white; | |
} | |
/* ์ฐ์ธก ํจ๋ ์คํ์ผ๋ง */ | |
.right_panel { | |
position: relative; | |
min-height: 600px; | |
padding-top: 50px; | |
} | |
.html_content { | |
height: 100%; | |
} | |
/* Examples ์น์ ์คํ์ผ๋ง - ์์ ๋ ๋ฒ์ */ | |
.examples-section { | |
width: 100% ; | |
padding: 24px ; | |
margin-top: 24px ; | |
display: block ; | |
overflow: visible ; | |
} | |
.examples-section .ant-row { | |
display: grid ; | |
grid-template-columns: repeat(3, 1fr) ; | |
gap: 16px ; | |
width: 100% ; | |
min-height: auto ; | |
overflow: visible ; | |
} | |
.examples-section .ant-col { | |
width: 100% ; | |
display: block ; | |
position: relative ; | |
float: none ; | |
flex: none ; | |
visibility: visible ; | |
opacity: 1 ; | |
} | |
.examples-section .ant-card { | |
width: 100% ; | |
height: 100% ; | |
margin-bottom: 16px ; | |
cursor: pointer ; | |
display: block ; | |
visibility: visible ; | |
opacity: 1 ; | |
} | |
.examples-section .ant-card-meta { | |
padding: 12px ; | |
display: block ; | |
} | |
/* ๋ฐ์ํ ๋ ์ด์์ */ | |
@media (max-width: 768px) { | |
.examples-section .ant-col { | |
flex: 0 0 100% ; | |
max-width: 100% ; | |
} | |
} | |
@media (min-width: 769px) and (max-width: 1200px) { | |
.examples-section .ant-col { | |
flex: 0 0 50% ; | |
max-width: 50% ; | |
} | |
} | |
/* ์ ์ฒด ๋ ์ด์์ ์กฐ์ */ | |
.ant-row { | |
margin: 0 ; | |
} | |
/* Example ๋ฒํผ ์คํ์ผ๋ง */ | |
.ant-btn-block { | |
margin-top: 8px; | |
text-align: left; | |
height: auto ; | |
padding: 12px ; | |
white-space: normal ; | |
line-height: 1.5 ; | |
transition: all 0.3s ease; | |
} | |
.ant-btn-block:hover { | |
background-color: #f0f0f0; | |
transform: translateY(-1px); | |
box-shadow: 0 2px 4px rgba(0,0,0,0.1); | |
} | |
/* ๋ฒํผ ์ฌ์ด ๊ฐ๊ฒฉ */ | |
.ant-btn-block + .ant-btn-block { | |
margin-top: 12px; | |
} |