Przeglądaj źródła

Change no threads message font size, fix redirection on thread id param change

sbkwgh 7 lat temu
rodzic
commit
0d691be930

+ 1 - 0
frontend/src/components/MoreThreads.vue

@@ -89,6 +89,7 @@
 		}
 		@at-root #{&}__empty {
 			padding: 1rem;
+			font-size: 1.5rem;
 		}
 	}
 </style>

+ 3 - 0
frontend/src/components/routes/Thread.vue

@@ -335,6 +335,9 @@
 				this.$store.commit('thread/setPostNotification', null)
 			}
 		},
+		watch: {
+			'$route.params.id': 'loadInitialPosts'
+		},
 		mounted () {
 			let self = this;
 			let setHeader = function() {