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 @@ -

Directory Watcher Application

- +

디렉토리 감시 애플리케이션

+ +
-

Watched Directories

-
- -
+

감시 중인 디렉토리

+ + + + + + + + + + + +
디렉토리 경로마지막 갱신 시간제거
+
- Logs will appear here. + 로그가 여기에 표시됩니다.