Browse Source

Added comment to overlay

Tobias Reich 9 years ago
parent
commit
4341eef0ec
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/styles/_content.scss

+ 1 - 0
src/styles/_content.scss

@@ -105,6 +105,7 @@
 		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0.9) 100%);
 	}
 
+	// No overlay for empty albums
 	.album img[data-type^='nonretina'] + .overlay {
 		background: rgba(0, 0, 0, 0.2);
 	}