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") let td5 = document.createElement("td")
td5.innerText = `(${selection}%)` td5.innerText = `(${selection}%)`
td5.style.display = "flex" td5.style.display = "flex"
td5.style.justifyContent = "center" td5.style.gap = "1vw"
td5.style.alignItems = "center"
td5.style.gap = "1.3vw"
let progresstd5 = document.createElement("progress") let progresstd5 = document.createElement("progress")
progresstd5.setAttribute("max", "100") progresstd5.setAttribute("max", "100")

View File

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