Explorar el Código

Use smaller font size for thread title on mobile

sbkwgh hace 7 años
padre
commit
c78c29bc51
Se han modificado 1 ficheros con 7 adiciones y 2 borrados
  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>