mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Media Grid: reduce the padding for .attachments
.
Props ocean90, ryelle. Fixes #29085. Built from https://develop.svn.wordpress.org/trunk@29425 git-svn-id: http://core.svn.wordpress.org/trunk@29203 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
320ba69cf7
commit
641da503ac
@ -2597,6 +2597,10 @@
|
||||
margin: 0 0 0 10px;
|
||||
}
|
||||
|
||||
.media-frame.mode-grid .attachments {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Copied styles from the Add theme toolbar.
|
||||
*
|
||||
|
2
wp-includes/css/media-views-rtl.min.css
vendored
2
wp-includes/css/media-views-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -2597,6 +2597,10 @@
|
||||
margin: 0 10px 0 0;
|
||||
}
|
||||
|
||||
.media-frame.mode-grid .attachments {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Copied styles from the Add theme toolbar.
|
||||
*
|
||||
|
2
wp-includes/css/media-views.min.css
vendored
2
wp-includes/css/media-views.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user