Update app_css-backup1.css
Browse files- app_css-backup1.css +41 -42
app_css-backup1.css
CHANGED
|
@@ -10,6 +10,7 @@
|
|
| 10 |
width: 100%;
|
| 11 |
padding: 5px 16px;
|
| 12 |
background-color: #f5f5f5;
|
|
|
|
| 13 |
}
|
| 14 |
|
| 15 |
.header_btn {
|
|
@@ -54,7 +55,7 @@ footer, .footer, div[class*="footer"], #footer {
|
|
| 54 |
margin: 0 !important;
|
| 55 |
}
|
| 56 |
|
| 57 |
-
/*
|
| 58 |
#component-0 textarea,
|
| 59 |
.gradio-container textarea,
|
| 60 |
.ant-input-textarea-large textarea {
|
|
@@ -64,7 +65,6 @@ footer, .footer, div[class*="footer"], #footer {
|
|
| 64 |
resize: vertical !important;
|
| 65 |
}
|
| 66 |
|
| 67 |
-
/* textarea์ ๋ถ๋ชจ ์ปจํ
์ด๋๋ ํจ๊ป ์กฐ์ */
|
| 68 |
#component-0 .ant-input-textarea,
|
| 69 |
.gradio-container .ant-input-textarea,
|
| 70 |
.ant-input-textarea-large {
|
|
@@ -72,74 +72,73 @@ footer, .footer, div[class*="footer"], #footer {
|
|
| 72 |
min-height: 300px !important;
|
| 73 |
}
|
| 74 |
|
| 75 |
-
/* Setting ๋ฒํผ
|
| 76 |
-
.setting-buttons
|
| 77 |
position: absolute;
|
| 78 |
-
top:
|
| 79 |
-
right:
|
| 80 |
z-index: 1000;
|
|
|
|
|
|
|
| 81 |
padding: 10px;
|
|
|
|
| 82 |
}
|
| 83 |
|
| 84 |
-
/*
|
| 85 |
-
.examples-container {
|
| 86 |
-
margin-top: 24px;
|
| 87 |
-
padding: 0 24px;
|
| 88 |
-
width: 100%;
|
| 89 |
-
}
|
| 90 |
-
|
| 91 |
.right_panel {
|
| 92 |
position: relative;
|
| 93 |
min-height: 600px;
|
|
|
|
| 94 |
}
|
| 95 |
|
| 96 |
.html_content {
|
| 97 |
height: 100%;
|
| 98 |
}
|
| 99 |
|
| 100 |
-
/*
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
}
|
| 106 |
}
|
| 107 |
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
max-width: 50%;
|
| 112 |
-
}
|
| 113 |
}
|
| 114 |
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
}
|
| 120 |
}
|
| 121 |
|
| 122 |
-
|
| 123 |
-
.examples-container .ant-card {
|
| 124 |
-
margin-bottom: 16px;
|
| 125 |
height: 100%;
|
|
|
|
|
|
|
| 126 |
}
|
| 127 |
|
| 128 |
-
.examples-
|
| 129 |
padding: 12px;
|
| 130 |
}
|
| 131 |
|
| 132 |
-
/*
|
| 133 |
-
|
| 134 |
-
|
|
|
|
|
|
|
|
|
|
| 135 |
}
|
| 136 |
|
| 137 |
-
|
| 138 |
-
.ant-
|
| 139 |
-
|
| 140 |
-
|
|
|
|
| 141 |
}
|
| 142 |
|
| 143 |
-
|
| 144 |
-
|
|
|
|
| 145 |
}
|
|
|
|
| 10 |
width: 100%;
|
| 11 |
padding: 5px 16px;
|
| 12 |
background-color: #f5f5f5;
|
| 13 |
+
margin-top: 50px;
|
| 14 |
}
|
| 15 |
|
| 16 |
.header_btn {
|
|
|
|
| 55 |
margin: 0 !important;
|
| 56 |
}
|
| 57 |
|
| 58 |
+
/* Textarea ์คํ์ผ๋ง */
|
| 59 |
#component-0 textarea,
|
| 60 |
.gradio-container textarea,
|
| 61 |
.ant-input-textarea-large textarea {
|
|
|
|
| 65 |
resize: vertical !important;
|
| 66 |
}
|
| 67 |
|
|
|
|
| 68 |
#component-0 .ant-input-textarea,
|
| 69 |
.gradio-container .ant-input-textarea,
|
| 70 |
.ant-input-textarea-large {
|
|
|
|
| 72 |
min-height: 300px !important;
|
| 73 |
}
|
| 74 |
|
| 75 |
+
/* Setting ๋ฒํผ ์คํ์ผ๋ง */
|
| 76 |
+
.setting-buttons {
|
| 77 |
position: absolute;
|
| 78 |
+
top: 0;
|
| 79 |
+
right: 0;
|
| 80 |
z-index: 1000;
|
| 81 |
+
display: flex;
|
| 82 |
+
gap: 8px;
|
| 83 |
padding: 10px;
|
| 84 |
+
background-color: white;
|
| 85 |
}
|
| 86 |
|
| 87 |
+
/* ์ฐ์ธก ํจ๋ ์คํ์ผ๋ง */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
.right_panel {
|
| 89 |
position: relative;
|
| 90 |
min-height: 600px;
|
| 91 |
+
padding-top: 50px;
|
| 92 |
}
|
| 93 |
|
| 94 |
.html_content {
|
| 95 |
height: 100%;
|
| 96 |
}
|
| 97 |
|
| 98 |
+
/* Examples ์น์
์คํ์ผ๋ง */
|
| 99 |
+
.examples-section {
|
| 100 |
+
width: 100%;
|
| 101 |
+
padding: 24px;
|
| 102 |
+
margin-top: 24px;
|
|
|
|
| 103 |
}
|
| 104 |
|
| 105 |
+
.examples-section .ant-row {
|
| 106 |
+
display: flex !important;
|
| 107 |
+
flex-wrap: wrap !important;
|
|
|
|
|
|
|
| 108 |
}
|
| 109 |
|
| 110 |
+
.examples-section .ant-col {
|
| 111 |
+
flex: 0 0 33.333333% !important;
|
| 112 |
+
max-width: 33.333333% !important;
|
| 113 |
+
padding: 8px !important;
|
|
|
|
| 114 |
}
|
| 115 |
|
| 116 |
+
.examples-section .ant-card {
|
|
|
|
|
|
|
| 117 |
height: 100%;
|
| 118 |
+
margin: 0;
|
| 119 |
+
cursor: pointer;
|
| 120 |
}
|
| 121 |
|
| 122 |
+
.examples-section .ant-card-meta {
|
| 123 |
padding: 12px;
|
| 124 |
}
|
| 125 |
|
| 126 |
+
/* ๋ฐ์ํ ๋ ์ด์์ */
|
| 127 |
+
@media (max-width: 768px) {
|
| 128 |
+
.examples-section .ant-col {
|
| 129 |
+
flex: 0 0 100% !important;
|
| 130 |
+
max-width: 100% !important;
|
| 131 |
+
}
|
| 132 |
}
|
| 133 |
|
| 134 |
+
@media (min-width: 769px) and (max-width: 1200px) {
|
| 135 |
+
.examples-section .ant-col {
|
| 136 |
+
flex: 0 0 50% !important;
|
| 137 |
+
max-width: 50% !important;
|
| 138 |
+
}
|
| 139 |
}
|
| 140 |
|
| 141 |
+
/* ์ ์ฒด ๋ ์ด์์ ์กฐ์ */
|
| 142 |
+
.ant-row {
|
| 143 |
+
margin: 0 !important;
|
| 144 |
}
|