Skip to content

Commit c92f5fd

Browse files
authored
Merge pull request #9941 from NuGet/dev
[ReleasePrep][2024.05.08]RI of dev into main
2 parents 31a2943 + d7e751d commit c92f5fd

52 files changed

Lines changed: 1024 additions & 428 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/AccountDeleter/EmptyFeatureFlagService.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ public bool IsDisplayNuGetPackageExplorerLinkEnabled()
7575
{
7676
throw new NotImplementedException();
7777
}
78-
78+
public bool IsDisplayNuGetTrendsLinksEnabled()
79+
{
80+
throw new NotImplementedException();
81+
}
7982
public bool IsDisplayTargetFrameworkEnabled(User user)
8083
{
8184
throw new NotImplementedException();

src/Bootstrap/dist/css/bootstrap-theme.css

Lines changed: 92 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap/less/theme/page-list-packages.less

Lines changed: 39 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
margin: 0 !important;
1212
}
1313

14+
.frameworkfilters-info {
15+
color: #333;
16+
text-decoration: none;
17+
}
18+
1419
@media (max-width: @screen-md) {
1520
.btn-filter {
1621
text-align: left;
@@ -219,16 +224,16 @@
219224
}
220225

221226
@media (min-width: 992px) {
222-
.advanced-search-panel{
227+
.advanced-search-panel {
223228
position: relative;
224229
top: 0;
225230
margin-top: 30px;
226231
display: block;
227232
}
228233
}
229234

230-
@media (max-width: 992px){
231-
.advanced-search-panel{
235+
@media (max-width: 992px) {
236+
.advanced-search-panel {
232237
margin-top: 0px;
233238
}
234239
}
@@ -263,12 +268,40 @@
263268
}
264269

265270
@media (max-width: 992px) {
266-
.toggle-advanced-search-panel{
271+
.toggle-advanced-search-panel {
267272
display: block;
268273
}
269-
.advanced-search-panel{
274+
275+
.advanced-search-panel {
270276
display: none;
271277
}
272278
}
273-
279+
}
280+
/* For tooltip */
281+
.tooltip-target {
282+
position: relative;
283+
text-decoration: none;
284+
}
285+
286+
.tooltip-wrapper.popover {
287+
min-width: 276px;
288+
left: -6px;
289+
position: absolute;
290+
transform: translateY(-50%);
291+
top: calc(50% - 6px);
292+
}
293+
294+
.tooltip-wrapper.popover.tooltip-with-icon {
295+
left: -7px;
296+
top: calc(50% - 6px);
297+
}
298+
299+
.tooltip-block {
300+
position: relative;
301+
display: inline-block;
302+
color: #333;
303+
304+
.popover-content {
305+
display: block;
306+
}
274307
}
Lines changed: 98 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,105 @@
11
.page-statistics-most-downloaded {
2-
.show-all-packages-toggle {
2+
.show-all-packages-toggle {
3+
font-weight: bold;
4+
}
5+
6+
.table {
7+
margin-top: 40px;
8+
table-layout: auto;
9+
min-width: 100%;
10+
max-width: fit-content;
11+
width:fit-content;
12+
13+
thead {
14+
padding-bottom: 4px;
15+
margin-bottom: 10px;
16+
17+
th {
318
font-weight: bold;
19+
}
20+
21+
.packages {
22+
th:nth-child(1) {
23+
width: 10%;
24+
}
25+
26+
th:nth-child(2) {
27+
width: 70%;
28+
}
29+
30+
th:nth-child(3) {
31+
width: 20%;
32+
}
33+
}
34+
35+
.package-versions {
36+
th:nth-child(1) {
37+
width: 10%;
38+
}
39+
40+
th:nth-child(2) {
41+
width: 50%;
42+
}
43+
44+
th:nth-child(3) {
45+
width: 20%;
46+
}
47+
48+
th:nth-child(4) {
49+
width: 20%;
50+
}
51+
}
452
}
553

54+
tbody {
55+
margin-bottom: 20px;
56+
57+
td {
58+
overflow: visible;
59+
text-overflow: initial;
60+
}
61+
}
62+
}
63+
64+
@media (max-width: 1300px) {
665
.table {
7-
margin-top: 40px;
8-
table-layout: fixed;
9-
10-
thead {
11-
padding-bottom: 4px;
12-
margin-bottom: 10px;
13-
14-
th {
15-
font-weight: bold;
16-
}
17-
18-
.packages {
19-
th:nth-child(1) {
20-
width: 10%;
21-
}
22-
23-
th:nth-child(2) {
24-
width: 70%;
25-
}
26-
27-
th:nth-child(3) {
28-
width: 20%;
29-
}
30-
}
31-
32-
.package-versions {
33-
th:nth-child(1) {
34-
width: 10%;
35-
}
36-
37-
th:nth-child(2) {
38-
width: 50%;
39-
}
40-
41-
th:nth-child(3) {
42-
width: 20%;
43-
}
44-
45-
th:nth-child(4) {
46-
width: 20%;
47-
}
48-
}
49-
}
50-
51-
tbody {
52-
margin-bottom: 20px;
53-
54-
td {
55-
overflow: hidden;
56-
text-overflow: ellipsis;
57-
}
66+
67+
thead {
68+
.packages {
69+
th:nth-child(1) {
70+
width: auto;
71+
}
72+
73+
th:nth-child(2) {
74+
width: auto;
75+
}
76+
77+
th:nth-child(3) {
78+
width: auto;
79+
}
80+
}
81+
82+
.package-versions {
83+
th:nth-child(1) {
84+
width: auto;
85+
}
86+
87+
th:nth-child(2) {
88+
width: auto;
89+
}
90+
91+
th:nth-child(3) {
92+
width: auto;
93+
}
94+
95+
th:nth-child(4) {
96+
width: auto;
97+
}
5898
}
99+
}
59100
}
60-
}
101+
}
102+
.table-wrapper{
103+
overflow:auto;
104+
}
105+
}

0 commit comments

Comments
 (0)