Add gitignore and tweak card layout: hide summary when expanded, widen container grid
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
__pycache__/
|
||||
*.pyc
|
||||
@@ -128,6 +128,10 @@ main {
|
||||
box-shadow: 0 0 20px rgba(59, 130, 246, 0.15);
|
||||
}
|
||||
|
||||
.server-card.expanded .ct-summary-list {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.server-card.offline .card-summary {
|
||||
opacity: 0.6;
|
||||
}
|
||||
@@ -563,7 +567,7 @@ main {
|
||||
|
||||
.container-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user