Skip to content

Commit

Permalink
Merge pull request #8615 from NuGet/dev
Browse files Browse the repository at this point in the history
[ReleasePrep][2021.06.01]RI of dev into main
  • Loading branch information
ryuyu authored Jun 3, 2021
2 parents c11f41b + f027f98 commit 280f083
Show file tree
Hide file tree
Showing 24 changed files with 2,203 additions and 39 deletions.
275 changes: 275 additions & 0 deletions src/Bootstrap/dist/css/bootstrap-theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/Bootstrap/less/theme/all.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
@import "page-blog.less";
@import "page-delete-account.less";
@import "page-display-package.less";
@import "page-display-package-v2.less";
@import "page-downloads.less";
@import "page-edit-package.less";
@import "page-errors.less";
Expand All @@ -37,4 +38,4 @@
@import "page-status.less";
@import "page-transform-account.less";
@import "page-upload.less";
@import "page-header.less";
@import "page-header.less";
7 changes: 7 additions & 0 deletions src/Bootstrap/less/theme/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -420,3 +420,10 @@ img.reserved-indicator-icon {
.sortable {
cursor: pointer;
}

// Workaround. See https://github.com/NuGet/NuGetGallery/issues/8264
@media (max-width: 767.9px) {
.hidden-xs {
display: none !important;
}
}
Loading

0 comments on commit 280f083

Please sign in to comment.