瀏覽代碼

Use smaller font size for thread title on mobile

sbkwgh 7 年之前
父節點
當前提交
c78c29bc51
共有 1 個文件被更改,包括 7 次插入2 次删除
  1. 7 2
      frontend/src/components/routes/Thread.vue

+ 7 - 2
frontend/src/components/routes/Thread.vue

@@ -484,8 +484,13 @@
 		.locked_thread {
 			width: 100%;
 		}
-		.thread_header__thread_title--app_header {
-			display: none;
+
+		.thread_header__thread_title {
+			font-size: 2.5rem;
+
+			@at-root #{&}--app_header {
+				display: none;
+			}
 		}
 	}
 </style>