Jelajahi Sumber

Use smaller font size for thread title on mobile

sbkwgh 7 tahun lalu
induk
melakukan
c78c29bc51
1 mengubah file dengan 7 tambahan dan 2 penghapusan
  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>