mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
PressThis:
- Filter and select the content on the PHP side. Then pass only the needed data to JS. - Add the suggested post title and contend directly to the HTML. - Standardise the data type names. - Some cleanup/reduction of the code in the bookmarklet. See #31373. git-svn-id: https://develop.svn.wordpress.org/trunk@31693 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1388,6 +1388,11 @@ html {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* Make the text inside the editor textarea white. Prevents a "flash" on loading the page */
|
||||
#pressthis {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@media (min-width: 901px) {
|
||||
.editor {
|
||||
max-width: 760px;
|
||||
|
||||
Reference in New Issue
Block a user