This commit is contained in:
pro.boooooo 2023-03-11 15:59:02 +01:00
parent f3a75faf1b
commit 57f9893c2e
2 changed files with 5 additions and 4 deletions

View File

@ -105,9 +105,7 @@ export default class View {
let td5 = document.createElement("td")
td5.innerText = `(${selection}%)`
td5.style.display = "flex"
td5.style.justifyContent = "center"
td5.style.alignItems = "center"
td5.style.gap = "1.3vw"
td5.style.gap = "1vw"
let progresstd5 = document.createElement("progress")
progresstd5.setAttribute("max", "100")

View File

@ -10,11 +10,11 @@
#etablanalytics
#etablanalytics-list {
table-layout: fixed;
font-size: 17px;
color: white;
font-weight: bold;
text-align: center;
width: 100%;
}
#etablanalytics
@ -35,6 +35,9 @@
text-align: center;
font-size: 16px;
color: white;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
</style>