diff --git a/server/public/index.html b/server/public/index.html
index e3f83a2..b17d8f4 100644
--- a/server/public/index.html
+++ b/server/public/index.html
@@ -110,6 +110,14 @@
overflow: auto; font-size: 16px; line-height: 1.5; color: #333;
}
.fullscreen-overlay .fullscreen-text img { max-width: 200px; border-radius: 8px; margin: 4px 0; }
+ .fullscreen-overlay .fullscreen-text table {
+ width: 100%;
+ border-collapse: collapse;
+ margin: 8px 0;
+ }
+ .fullscreen-overlay .fullscreen-text th,
+ .fullscreen-overlay .fullscreen-text td {border: 1px solid #ddd;padding: 4px;text-align: left;font-size: 14px;}
+ .fullscreen-overlay .fullscreen-text th {background: #f0f0f0;}
.detail-row { margin-bottom: 8px; }