mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Filter bar: Better field display on smaller screens.
props TacoVerdo, jesin. fixes #29556 and #29495. git-svn-id: https://develop.svn.wordpress.org/trunk@30740 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2148,7 +2148,6 @@
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 940px) {
|
||||
.media-frame-content .media-toolbar-primary .search,
|
||||
.media-frame-content .media-toolbar-secondary .attachment-filters {
|
||||
max-width: 134px;
|
||||
}
|
||||
@@ -2467,7 +2466,6 @@
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 480px) {
|
||||
.media-frame-content .media-toolbar .search,
|
||||
.media-frame-content .media-toolbar .attachment-filters {
|
||||
max-width: 90px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user