Update app.py
Browse files
app.py
CHANGED
|
@@ -676,21 +676,17 @@ td img {
|
|
| 676 |
max-width: none !important;
|
| 677 |
}
|
| 678 |
|
| 679 |
-
|
| 680 |
-
|
| 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 |
-
|
| 692 |
-
|
| 693 |
-
|
|
|
|
|
|
|
| 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 |
|