Skip to content

Commit e513c26

Browse files
noisysocksgithub-actions[bot]
authored andcommitted
Release build 10.3.0 [ci release]
1 parent 30b5b64 commit e513c26

Some content is hidden

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

42 files changed

+2476
-360
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
- ntp: accepting a new message to re-fetch favicons (#1775)
2-
- Check for API predence in Windows permissions (#1773)
3-
- build(deps-dev): bump prettier from 3.5.3 to 3.6.0 (#1764)
4-
- Add min supported version and integration testing (#1772)
5-
- Add API defining behaviour to apiManipulation (#1771)
6-
- Update config to v5 (#1770)
1+
- NTP: Scaffold Omnibar widget and message types (#1778)

Sources/ContentScopeScripts/dist/pages/new-tab/dist/index.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,6 +1454,15 @@ body:not([data-platform-name]) .Button_button:active {
14541454
letter-spacing: normal;
14551455
}
14561456

1457+
/* pages/new-tab/app/omnibar/components/Omnibar.module.css */
1458+
.Omnibar_root {
1459+
align-items: center;
1460+
border: 1px solid red;
1461+
display: flex;
1462+
height: 96px;
1463+
justify-content: center;
1464+
}
1465+
14571466
/* pages/new-tab/app/protections/components/Protections.module.css */
14581467
.Protections_root {
14591468
background: var(--ntp-surface-background-color);

0 commit comments

Comments
 (0)