mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-03 19:19:46 +08:00
hide notices from mind admin pages
This commit is contained in:
parent
1e37194365
commit
593a72497f
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
||||||
.mind-admin-page {
|
.mind-admin-page {
|
||||||
background-color: #1d2327;
|
background-color: #1d2327;
|
||||||
|
|
||||||
|
#wpbody-content > .notice {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
#wpcontent {
|
#wpcontent {
|
||||||
min-height: calc(100vh - var(--wp-admin--admin-bar--height, 0) - var(--mind-admin-page-offset));
|
min-height: calc(100vh - var(--wp-admin--admin-bar--height, 0) - var(--mind-admin-page-offset));
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue