mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-31 21:12:51 +09:00
Add Progressbar to Milestone Page (#25050)
This is adds the progress bar, which is already on the Milestone List, also to the Page of a Single Milestone.  --------- Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
@ -1225,6 +1225,11 @@
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.milestone-progress-big {
|
||||
width: min(420px, 96vw);
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.repository.compare.pull .show-form-container {
|
||||
text-align: left;
|
||||
}
|
||||
|
Reference in New Issue
Block a user