| Index: chrome/browser/resources/file_manager/css/gallery.css
|
| diff --git a/chrome/browser/resources/file_manager/css/gallery.css b/chrome/browser/resources/file_manager/css/gallery.css
|
| index 71ac70614b4c89b9225dd258eb0a36c75a1ee362..e7f15b9627b443bc2e3bbe1c82a975aab8885bff 100644
|
| --- a/chrome/browser/resources/file_manager/css/gallery.css
|
| +++ b/chrome/browser/resources/file_manager/css/gallery.css
|
| @@ -599,16 +599,16 @@ body .gallery > .toolbar button {
|
| }
|
|
|
| /* Show labels if there is enough space. */
|
| -@media (min-width: 1000px) {
|
| +@media (min-width: 1050px) {
|
|
|
| - .gallery .edit-main button {
|
| + body .gallery .edit-main button {
|
| background-position: 5px center;
|
| min-width: 0; /* Reset. */
|
| padding: 0 10px 0 35px;
|
| width: auto;
|
| }
|
|
|
| - .gallery > .toolbar button span {
|
| + body .gallery > .toolbar button span {
|
| display: inline;
|
| }
|
|
|
|
|