diff --git a/index.html b/index.html index 653923d..7af1ccd 100644 --- a/index.html +++ b/index.html @@ -14,22 +14,25 @@ #selected-directories { margin-top: 20px; - text-align: left; - max-width: 500px; + max-width: 700px; margin-left: auto; margin-right: auto; + text-align: left; } - .directory-item { - display: flex; - justify-content: space-between; - align-items: center; - padding: 8px; - border-bottom: 1px solid #ccc; + table { + width: 100%; + border-collapse: collapse; } - .directory-path { - word-break: break-all; + th, + td { + padding: 12px; + border: 1px solid #ddd; + } + + th { + background-color: #f2f2f2; } .remove-button { @@ -48,9 +51,9 @@ background-color: #f0f0f0; padding: 10px; border-radius: 5px; - height: 200px; + height: 150px; overflow-y: scroll; - max-width: 500px; + max-width: 700px; margin-left: auto; margin-right: auto; } @@ -65,16 +68,27 @@
-| 디렉토리 경로 | +마지막 갱신 시간 | +제거 | +
|---|