QIDNLF commited on
Commit
08730ad
ยท
verified ยท
1 Parent(s): ce9deac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -12
app.py CHANGED
@@ -676,21 +676,17 @@ td img {
676
  max-width: none !important;
677
  }
678
 
679
- /* ----------------------------------------------------
680
- [์ˆ˜์ • ์™„๋ฃŒ] Diff ํ•„ํ„ฐ ์ฒดํฌ๋ฐ•์Šค ์šฐ์ธก ์ƒ๋‹จ ๊ฐ•์ œ ๋ฐฐ์น˜
681
- ---------------------------------------------------- */
682
- #diff_toggle_row {
683
- display: flex !important;
684
- justify-content: flex-end !important; /* ์˜ค๋ฅธ์ชฝ ๋์œผ๋กœ ๊ฐ•์ œ ์ •๋ ฌ */
685
- margin-top: 5px !important;
686
- margin-bottom: -15px !important; /* ํ‘œ์™€ ๊ฐ€๊น๊ฒŒ ์•„๋ž˜๋กœ ๋‹น๊น€ */
687
- padding-right: 10px !important;
688
  }
689
 
690
  #diff_cb_item {
691
- flex-grow: 0 !important; /* ๊ฐ€๋กœ ๊ณต๊ฐ„ ๋‹ค ์ฐจ์ง€ํ•˜๋Š” ๊ฒƒ ๋ฐฉ์ง€ */
692
- width: max-content !important; /* ๊ธ€์ž ํฌ๊ธฐ๋งŒํผ๋งŒ ๋„ˆ๋น„ ์ฐจ์ง€ */
693
- min-width: 0 !important;
 
 
694
  }
695
  """
696
 
 
676
  max-width: none !important;
677
  }
678
 
679
+ #search_row {
680
+ align-items: center !important; /* ๋ฒ„ํŠผ๊ณผ ์ฒดํฌ๋ฐ•์Šค ๋†’์ด๋ฅผ ์ˆ˜์ง ์ค‘์•™์œผ๋กœ ๋งž์ถฅ๋‹ˆ๋‹ค */
681
+ margin-bottom: 5px !important;
 
 
 
 
 
 
682
  }
683
 
684
  #diff_cb_item {
685
+ margin-top: 0 !important;
686
+ padding-left: 15px !important; /* ๋ฒ„ํŠผ๊ณผ ์‚ด์ง ๋„์›Œ์ค๋‹ˆ๋‹ค */
687
+ width: max-content !important;
688
+ min-width: max-content !important;
689
+ flex-grow: 0 !important;
690
  }
691
  """
692