Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(927)

Unified Diff: ui/file_manager/gallery/css/gallery.css

Issue 853653004: Gallery: Add items to GalleryDataModel before loading their metadata. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/file_manager/gallery/css/gallery.css
diff --git a/ui/file_manager/gallery/css/gallery.css b/ui/file_manager/gallery/css/gallery.css
index 8a3eaf7f20bb728c4d3de9136d848d3354c1f1ee..ae798d15b684c7dc79497e53afad04ab6d2a2c9c 100644
--- a/ui/file_manager/gallery/css/gallery.css
+++ b/ui/file_manager/gallery/css/gallery.css
@@ -441,6 +441,7 @@ input[type='checkbox']:checked {
height: 100%;
overflow: hidden;
transition: opacity 180ms linear, visibility 0ms linear;
+ white-space: nowrap;
z-index: 0;
}
@@ -455,7 +456,7 @@ input[type='checkbox']:checked {
cursor: pointer;
display: inline-block;
height: 47px;
- margin: 2px;
+ margin: 2px 2px 2px 0;
overflow: hidden;
transition: all 180ms linear;
width: 47px;
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/thumbnail_loader.js ('k') | ui/file_manager/gallery/js/gallery.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698