2
0
Эх сурвалжийг харах

Examples: Improvements to minimal list mode.

Mr.doob 5 жил өмнө
parent
commit
688117aa7f
1 өөрчлөгдсөн 9 нэмэгдсэн , 0 устгасан
  1. 9 0
      files/main.css

+ 9 - 0
files/main.css

@@ -343,10 +343,19 @@ h1 a {
 			opacity: 0.25;
 			opacity: 0.25;
 		}
 		}
 
 
+		#panel #content.minimal .card {
+			background-color: transparent;
+			margin-bottom: 4px;
+		}
+
 		#panel #content.minimal .cover {
 		#panel #content.minimal .cover {
 			display: none;
 			display: none;
 		}
 		}
 
 
+		#panel #content.minimal .title {
+			padding: 0;
+		}
+
 		#panel #content.minimal #previewsToggler {
 		#panel #content.minimal #previewsToggler {
 			opacity: 1;
 			opacity: 1;
 		}
 		}