Skip to content

Commit

Permalink
Refresh WordPress Nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
deployment_bot committed Mar 27, 2024
1 parent fb0eadc commit 0fe68f1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2819,7 +2819,7 @@
.media-frame .wp-filter .media-toolbar-secondary {
position: unset;
}

.media-frame .media-toolbar-secondary .spinner {
position: absolute;
top: 0;
Expand All @@ -2829,13 +2829,13 @@
left: 0;
z-index: 9;
}

.media-bg-overlay {
content: '';
background: #ffffff;
width: 100%;
height: 100%;
display: hidden;
display: none;
position: absolute;
right: 0;
left: 0;
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2818,7 +2818,7 @@
.media-frame .wp-filter .media-toolbar-secondary {
position: unset;
}

.media-frame .media-toolbar-secondary .spinner {
position: absolute;
top: 0;
Expand All @@ -2828,13 +2828,13 @@
right: 0;
z-index: 9;
}

.media-bg-overlay {
content: '';
background: #ffffff;
width: 100%;
height: 100%;
display: hidden;
display: none;
position: absolute;
left: 0;
right: 0;
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function getWordPressModuleDetails(wpVersion: string = "6.4"): { size: nu
case 'nightly':
/** @ts-ignore */
return {
size: 5127983,
size: 5127893,
url: url_nightly,
};

Expand Down
Binary file modified packages/playground/wordpress/src/wordpress/wp-nightly.zip
Binary file not shown.

0 comments on commit 0fe68f1

Please sign in to comment.