New: Aligned text to the right side in Server Info section in Dashboard

This commit is contained in:
lscambo13
2025-03-28 08:51:49 -07:00
parent ca1b03e125
commit dd51565fde

View File

@@ -1368,9 +1368,15 @@ div[data-role=controlgroup] a.ui-btn-active {
padding: 1em; padding: 1em;
} }
.serverInfo>:nth-child(1n) {
-webkit-flex: 1 0 30%;
flex: 1 0 30%;
}
.serverInfo>:nth-child(2n) { .serverInfo>:nth-child(2n) {
-webkit-flex: 1 0 60%; -webkit-flex: 1 0 50%;
flex: 1 0 60%; flex: 1 0 50%;
text-align: end;
} }
.listItemIcon:not(.listItemIcon-transparent) { .listItemIcon:not(.listItemIcon-transparent) {