瀏覽代碼

Make more-threads component more mobile responsive

sbkwgh 8 年之前
父節點
當前提交
c26265fbca
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      frontend/src/components/MoreThreads.vue

+ 11 - 0
frontend/src/components/MoreThreads.vue

@@ -102,4 +102,15 @@
 			font-size: 1.5rem;
 		}
 	}
+
+	@media (max-width: 420px) {
+		.more_threads {
+			width: 100%;
+			margin-bottom: -6.5rem;
+
+			@at-root #{&}__empty {
+				margin-top: 0;
+			}
+		}
+	} 
 </style>