Skip to content

Commit

Permalink
Release build 7.26.0 [ci release]
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane authored and github-actions[bot] committed Mar 6, 2025
1 parent 2a79e49 commit 95fa3d4
Show file tree
Hide file tree
Showing 47 changed files with 1,227 additions and 342 deletions.
2 changes: 1 addition & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ignoreFiles": ["build/**/*.css", "Sources/**/*.css", "docs/**/*.css", "special-pages/pages/**/*/dist/*.css"],
"rules": {
"csstree/validator": {
"ignoreProperties": ["text-wrap"]
"ignoreProperties": ["text-wrap", "view-transition-name"]
},
"alpha-value-notation": null,
"at-rule-empty-line-before": null,
Expand Down
13 changes: 5 additions & 8 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
- history: windows fonts (#1542)
- history: translations (#1527)
- history: include 'count' for ranges (#1541)
- build(deps-dev): bump rollup from 4.34.8 to 4.34.9 in the rollup group (#1526)
- chore: add deep to codeowners (#1538)
- history: scrollbars (#1536)
- history: use double-click for opening links (#1534)
- history: reset to default query following delete (#1533)
- ntp: fix layout of RMF widget on older macOS (#1548)
- build(deps): bump @rive-app/canvas-single from 2.26.3 to 2.26.4 (#1532)
- history: support clicks anywhere to deselect (#1546)
- history: error boundary (#1544)
- history: add 'source' for each query (#1543)
9 changes: 9 additions & 0 deletions Sources/ContentScopeScripts/dist/pages/history/dist/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,9 @@ body {
grid-area: header;
padding-left: var(--main-padding-left);
padding-right: var(--main-padding-right);
view-transition-name: header;
z-index: 1;
background-color: var(--history-background-color);
}
.App_search {
justify-self: flex-end;
Expand Down Expand Up @@ -343,6 +346,12 @@ body {
background-color: var(--history-background-color);
height: 2px;
}
.App_paddedError {
padding: 1rem;
}
.App_paddedErrorRecovery {
margin-top: 1rem;
}

/* pages/history/app/components/Header.module.css */
.Header_root {
Expand Down
Loading

0 comments on commit 95fa3d4

Please sign in to comment.