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 Jun 11, 2024
1 parent 17f166c commit bbd5a25
Show file tree
Hide file tree
Showing 269 changed files with 68,149 additions and 93,724 deletions.
3,415 changes: 1,708 additions & 1,707 deletions packages/playground/wordpress-builds/public/wp-nightly/wordpress-remote-asset-paths

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1520,25 +1520,6 @@ div.error {
margin-top: -5px;
}

#plugin-information-footer #plugin-activated-successfully {
margin-bottom: 0;
}

#plugin-information-footer #plugin-activated-successfully p {
display: flex;
gap: 1em;
align-items: center;
justify-content: space-between;
margin: 0;
}

#plugin-information-footer #plugin-activated-successfully .refresh-page {
flex-grow: 0;
line-height: 2.15384615;
min-height: 0;
margin-bottom: 0;
}

.update-message p:before,
.updating-message p:before,
.updated-message p:before,
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1519,25 +1519,6 @@ div.error {
margin-top: -5px;
}

#plugin-information-footer #plugin-activated-successfully {
margin-bottom: 0;
}

#plugin-information-footer #plugin-activated-successfully p {
display: flex;
gap: 1em;
align-items: center;
justify-content: space-between;
margin: 0;
}

#plugin-information-footer #plugin-activated-successfully .refresh-page {
flex-grow: 0;
line-height: 2.15384615;
min-height: 0;
margin-bottom: 0;
}

.update-message p:before,
.updating-message p:before,
.updated-message p:before,
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1272,13 +1272,23 @@ label.post-format-icon {
margin: 0;
}

.categorydiv,
.customlinkdiv,
.posttypediv,
.taxonomydiv {
max-height: inherit;
height: 100%;
}

.wp-tab-panel,
.categorydiv div.tabs-panel,
.customlinkdiv div.tabs-panel,
.posttypediv div.tabs-panel,
.taxonomydiv div.tabs-panel {
min-height: 42px;
max-height: 200px;
/* Allow space for content after tab panels in nav menu editor. */
max-height: calc( 100% - 75px );
height: 100%;
overflow: auto;
padding: 0 0.9em;
border: solid 1px #dcdcde;
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1271,13 +1271,23 @@ label.post-format-icon {
margin: 0;
}

.categorydiv,
.customlinkdiv,
.posttypediv,
.taxonomydiv {
max-height: inherit;
height: 100%;
}

.wp-tab-panel,
.categorydiv div.tabs-panel,
.customlinkdiv div.tabs-panel,
.posttypediv div.tabs-panel,
.taxonomydiv div.tabs-panel {
min-height: 42px;
max-height: 200px;
/* Allow space for content after tab panels in nav menu editor. */
max-height: calc( 100% - 75px );
height: 100%;
overflow: auto;
padding: 0 0.9em;
border: solid 1px #dcdcde;
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ body.locale-he-il .press-this a.wp-switch-editor {
.locale-de-de-formal #customize-header-actions .spinner {
margin: 16px 3px 0; /* default 16px 4px 0 5px */
}
body[class*="locale-de-"] .inline-edit-row fieldset label span.title {
width: 7em; /* default 6em */
}
body[class*="locale-de-"] .inline-edit-row fieldset label span.title{
margin-right: 7em; /* default 6em */
}

/* ru_RU: Text needs more room to breathe. */
.locale-ru-ru #adminmenu {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ body.locale-he-il .press-this a.wp-switch-editor {
.locale-de-de-formal #customize-header-actions .spinner {
margin: 16px 3px 0; /* default 16px 4px 0 5px */
}
body[class*="locale-de-"] .inline-edit-row fieldset label span.title {
width: 7em; /* default 6em */
}
body[class*="locale-de-"] .inline-edit-row fieldset label span.title{
margin-left: 7em; /* default 6em */
}

/* ru_RU: Text needs more room to breathe. */
.locale-ru-ru #adminmenu {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,8 @@
margin-left: 10px;
}

.media-item-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
}

.media-item .attachment-tools {
display: flex;
justify-content: flex-end;
align-items: center;
}

Expand Down Expand Up @@ -191,15 +185,10 @@
display: none;
}

.media-item .original {
position: relative;
min-height: 34px;
}

.media-item .progress {
float: left;
display: inline-block;
height: 22px;
margin: 7px 6px;
margin: 0 6px 7px;
width: 200px;
line-height: 2em;
padding: 0;
Expand Down Expand Up @@ -1437,3 +1426,17 @@ audio, video {
max-width: 100%;
}
}

@media only screen and (max-width: 375px) {
.media-item .attachment-tools {
align-items: baseline;
}
.media-item .edit-attachment.copy-to-clipboard-container {
flex-direction: column;
}

.copy-to-clipboard-container .success {
line-height: normal;
margin-top: 10px;
}
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,8 @@
margin-right: 10px;
}

.media-item-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
}

.media-item .attachment-tools {
display: flex;
justify-content: flex-end;
align-items: center;
}

Expand Down Expand Up @@ -190,15 +184,10 @@
display: none;
}

.media-item .original {
position: relative;
min-height: 34px;
}

.media-item .progress {
float: right;
display: inline-block;
height: 22px;
margin: 7px 6px;
margin: 0 6px 7px;
width: 200px;
line-height: 2em;
padding: 0;
Expand Down Expand Up @@ -1436,3 +1425,17 @@ audio, video {
max-width: 100%;
}
}

@media only screen and (max-width: 375px) {
.media-item .attachment-tools {
align-items: baseline;
}
.media-item .edit-attachment.copy-to-clipboard-container {
flex-direction: column;
}

.copy-to-clipboard-container .success {
line-height: normal;
margin-top: 10px;
}
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ul.add-menu-item-tabs li {

#nav-menu-meta .accordion-section-content {
padding: 18px 13px;
resize: vertical;
}

#nav-menu-meta .button-controls {
Expand Down Expand Up @@ -49,6 +50,8 @@ ul.add-menu-item-tabs li {
#menu-settings-column .inside {
clear: both;
margin: 10px 0 0;
height: 100%;
max-height: inherit;
}

.metabox-holder-disabled .postbox,
Expand Down
Loading

0 comments on commit bbd5a25

Please sign in to comment.