seawolf2357 commited on
Commit
763f7a0
·
verified ·
1 Parent(s): 66138a0

Update app.css

Browse files
Files changed (1) hide show
  1. app.css +5 -2
app.css CHANGED
@@ -149,17 +149,20 @@ footer, .footer, div[class*="footer"], #footer {
149
  margin-top: 6px;
150
  }
151
 
152
- /* 전체 레이아웃 조정 */
153
  .ant-row {
154
  margin: 0 !important;
 
155
 
 
156
  .session-drawer .chatbot {
157
  height: calc(100vh - 200px);
158
  overflow-y: auto;
159
  }
 
160
  .session-list {
161
  margin-bottom: 1rem;
162
  }
 
163
  .close-btn {
164
  margin-top: 1rem;
165
- }
 
149
  margin-top: 6px;
150
  }
151
 
 
152
  .ant-row {
153
  margin: 0 !important;
154
+ } /* 중괄호 닫기 추가 */
155
 
156
+ /* 세션 드로어 관련 스타일 */
157
  .session-drawer .chatbot {
158
  height: calc(100vh - 200px);
159
  overflow-y: auto;
160
  }
161
+
162
  .session-list {
163
  margin-bottom: 1rem;
164
  }
165
+
166
  .close-btn {
167
  margin-top: 1rem;
168
+ }