Ver Fonte

Use smaller font size for thread title on mobile

sbkwgh há 7 anos atrás
pai
commit
c78c29bc51
1 ficheiros alterados com 7 adições e 2 exclusões
  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>