瀏覽代碼

Fix thumbnail of sticky posts

te2dy 4 年之前
父節點
當前提交
8d1307a854
共有 2 個文件被更改,包括 10 次插入1 次删除
  1. 10 1
      style.css
  2. 0 0
      style.min.css

+ 10 - 1
style.css

@@ -542,7 +542,12 @@ button:focus {
 	display: none;
 }
 
-@media (hover: none) or (max-width: 500px) {
+@media (hover: none), (max-width: 500px) {
+	#menu-primary > .menu-item:not(.menu-item-has-children) > a:hover::before,
+	#menu-primary > .menu-item > a:focus::before {
+		visibility: hidden;
+		width: 100%;
+	}
 	.navigation-menu .menu-item {
 		margin-bottom: 0;
 	}
@@ -929,6 +934,10 @@ button:focus {
 		margin-left: -.5rem;
 		padding: .5rem;
 	}
+	.entry-loop.sticky figure {
+		margin-right: -.5rem;
+		margin-left: -.5rem;
+	}
 	.comment-list .parent .comment {
 		padding: .5em 0 0 .5em;
 	}

File diff suppressed because it is too large
+ 0 - 0
style.min.css


Some files were not shown because too many files changed in this diff