Lazy commit on <function hostname at 0x7f945d9b8220>.

This commit is contained in:
2025-07-09 22:47:57 +10:00
parent 5949b95fb6
commit 558012bf89
2 changed files with 19 additions and 0 deletions

View File

@@ -63,3 +63,11 @@ body { display: none; }
opacity: 1;
z-index: 4;
}
.tabbody {
padding: 10px;
border-left: solid 1px rgb(222, 226, 230);
border-right: solid 1px rgb(222, 226, 230);
border-bottom: solid 1px rgb(222, 226, 230);
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}