Swap source and stream columns in steam info modal

This commit is contained in:
JonnyWong16 2025-03-23 16:05:01 -07:00
parent e4d181ba5b
commit b3aa29c677
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 60 additions and 25 deletions

View file

@ -4325,6 +4325,10 @@ a:hover .overlay-refresh-image:hover {
.stream-info tr:nth-child(even) td {
background-color: rgba(255,255,255,0.010);
}
.stream-info td:nth-child(3),
.stream-info th:nth-child(3) {
width: 25px;
}
.number-input {
margin: 0 !important;
width: 55px !important;