Refine modal actions and hide query variants
build-push / docker (push) Successful in 4m29s

This commit is contained in:
AI Assistant
2026-03-16 17:09:56 +09:00
parent 19425c9503
commit 001f4fd4bb
4 changed files with 68 additions and 30 deletions
+9
View File
@@ -41,6 +41,15 @@ body {
border-radius: 9999px;
}
.result-summary-scroll::-webkit-scrollbar {
width: 10px;
}
.result-summary-scroll::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.16);
border-radius: 9999px;
}
.debug-entry {
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
padding: 10px 8px;