Wordpress Dashboard Tweaks
sites.mst.edu - Jul 2024 by coolguysourcream
Details
Authorcoolguysourcream
LicenseNo License
Categorysites.mst.edu
Created
Updated
Size487 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
-Adds a direct preview button to the top toolbar when editing a post or page.
Source code
/* ==UserStyle==
@name sites.mst.edu - Jul 2024
@version 20240704.19.15
@namespace https://userstyles.world/user/coolguysourcream
@description Wordpress Dashboard Tweaks
@author coolguysourcream
@license No License
==/UserStyle== */
@-moz-document domain("sites.mst.edu") {
.edit-post-header__post-preview-button,
.edit-post-header__settings .editor-post-preview,
.edit-site-header-edit-mode__actions .editor-post-preview {
display: flex !important;
}
}