Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/seab 6279/angular material #2052

Open
wants to merge 43 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
ec55abf
After running Material Upgrade
Nov 21, 2024
190c8b0
Remove remaining legacy components, unknown why migration tool missed…
Dec 5, 2024
eb6fc40
Fix letter spacing and notification button in navbar.
Dec 6, 2024
b2ec3f2
Fix Copy Search Link button
Dec 12, 2024
88d452c
Fix login panel too wide
Dec 12, 2024
b458f1b
Get width of search tabs correct
Dec 12, 2024
2d8a7f5
Fixes the height of the sort buttons
Dec 18, 2024
92ccfca
Change bold facet text in search page
Dec 18, 2024
e190944
[skip ci]
Dec 18, 2024
cef779b
Fix padding on organizations page
Dec 18, 2024
1d0a8f3
Fix icon sizing issues
Dec 18, 2024
a792bb8
More mat-cards missing mat-card-content
Dec 19, 2024
ef0e72c
Fix vertical alignment on updates page,
Dec 19, 2024
5aec34d
Get rid of some more legacy.
Dec 19, 2024
1aa9c34
Fix terms of service test and icon
Dec 19, 2024
86af566
Fix more mat-cards
Dec 19, 2024
e335ea9
Misc fixes
Dec 19, 2024
09e34c5
Fix searchTable tests
Dec 20, 2024
185e802
Fix workflowDetails tests
Dec 20, 2024
b3fd3c6
Add mat-card-content
Dec 20, 2024
30f06cd
Get organizations tests passing
Dec 20, 2024
8646ac2
Fix notificationBadge.ts
Dec 20, 2024
3a5136c
Fix categories.ts
Dec 20, 2024
93e245c
Fix versionModal.ts
Dec 21, 2024
bc75b69
More test fixings.
Dec 21, 2024
4fd6e91
Fix starEntry.ts tests
Jan 2, 2025
72ec999
Fix mytools.ts
Jan 2, 2025
c8b57cc
Fix commands.ts
Jan 2, 2025
dc7264f
Fix search test failure
Jan 2, 2025
ef1d9b6
Fix notifications test; can't have two button types
Jan 2, 2025
7d914db
Fix toolDetails tests
Jan 2, 2025
274a512
Fix admin tests.
Jan 3, 2025
0128578
Fix an enduser test
Jan 3, 2025
272a769
tooltip and rb fixes.
Jan 3, 2025
c82c689
Fix githubAppTools.ts
Jan 3, 2025
785bd32
Fix org failure in starEntry
Jan 3, 2025
2bdc6e6
Fix services tests
Jan 3, 2025
d941845
Fix my workflows tests, needed to update
Jan 4, 2025
56e4ccf
Fix notebook tests, I hope.
Jan 4, 2025
88ef1f5
Whoops
Jan 4, 2025
dc928f8
Fix news notification tests, with mat-card-content, it's no longer a …
Jan 7, 2025
fbcf1dd
Fix accounts page layout, see if tests pass.
Jan 7, 2025
659b354
Workaround for build failure
Jan 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix icon sizing issues
  • Loading branch information
Charles Overbeck committed Dec 19, 2024
commit 1d0a8f3f0d429d66549e947bfa6f9e41e62a50a2
1 change: 1 addition & 0 deletions src/app/about/about.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ hr {

.mat-icon {
text-decoration: none;
transform: scale(2);
}

.workflowlength {
Expand Down
2 changes: 1 addition & 1 deletion src/app/home-page/home-logged-out/home.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ h3 {
}

.play-icon {
font-size: 20px;
transform: scale(2);
color: white;
display: inline;
}
Expand Down