mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-24 02:59:42 +08:00
Fix branch list adaptation
This commit is contained in:
parent
4fd9c56ed0
commit
5694f86ab1
@ -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%;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user