Fix branch list adaptation

This commit is contained in:
HEREYUA 2024-03-06 09:47:51 +08:00
parent 4fd9c56ed0
commit 5694f86ab1

View File

@ -31,3 +31,13 @@
.ui.repository.branches table .ui.popup {
text-align: left;
}
@media only screen and (min-width: 768px) and (max-width:992px){
.ui.repository.branches .ui.table td.two.wide {
width: 10.5%;
}
.ui.repository.branches .ui.table td.three.wide {
width: 20.75%;
}
}