Pārlūkot izejas kodu

Use even smaller font, make title width 100%

sbkwgh 8 gadi atpakaļ
vecāks
revīzija
6a5ab23c84
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      frontend/src/components/routes/Thread.vue

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

@@ -486,7 +486,8 @@
 		}
 
 		.thread_header__thread_title {
-			font-size: 2.5rem;
+			font-size: 2rem;
+			width: 100%;
 
 			@at-root #{&}--app_header {
 				display: none;