openfree commited on
Commit
63f7dee
·
verified ·
1 Parent(s): a26bb18

Update app.css

Browse files
Files changed (1) hide show
  1. app.css +6 -0
app.css CHANGED
@@ -373,4 +373,10 @@ footer, .footer, div[class*="footer"], #footer {
373
 
374
  .fade-in {
375
  animation: fadeIn 0.5s ease-out;
 
 
 
 
 
 
376
  }
 
373
 
374
  .fade-in {
375
  animation: fadeIn 0.5s ease-out;
376
+ }
377
+
378
+ /* Clear 버튼 숨기기 */
379
+ .ant-btn-default[title="클리어"],
380
+ button:has(span:contains("클리어")) {
381
+ display: none !important;
382
  }