This commit is contained in:
arussac
2025-04-03 19:11:23 +02:00
parent e394924f70
commit 20bbafc9e9
6 changed files with 145 additions and 165 deletions

View File

@@ -182,7 +182,7 @@ body::before {
}
.hiddenTable {
max-height: 65vh;
max-height: 50vh;
overflow-y: hidden;
}
@@ -197,14 +197,17 @@ footer {
bottom: 0;
width: 100%;
background-color: #1e1e1e;
padding: 1.5vh;
padding: 1vh;
border-top: 1px solid #333;
color: #e0e0e0;
font-size: 2vh;
}
#metric_viewer {
margin-left: 14px;
background-color: rgb(227, 216, 216);
margin-left: 3vw;
background-color: #444;
font-size: bold;
opacity: 0.79;
}
.default-access-button {