소스 검색

refactor: Admin/Users and Profile text styling improvements

Owen Diffey 3 년 전
부모
커밋
ce7032ac91
3개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 0
      frontend/src/pages/Admin/tabs/Users.vue
  2. 1 1
      frontend/src/pages/Profile/Tabs/Playlists.vue
  3. 1 1
      frontend/src/pages/Profile/Tabs/RecentActivity.vue

+ 4 - 0
frontend/src/pages/Admin/tabs/Users.vue

@@ -200,6 +200,10 @@ export default {
 	}
 }
 
+#page-title {
+	margin: 30px 0;
+}
+
 h2 {
 	font-size: 30px;
 	text-align: center;

+ 1 - 1
frontend/src/pages/Profile/Tabs/Playlists.vue

@@ -78,7 +78,7 @@
 			</button>
 		</div>
 		<div v-else>
-			<h3>No playlists here.</h3>
+			<h5>No playlists here.</h5>
 		</div>
 	</div>
 </template>

+ 1 - 1
frontend/src/pages/Profile/Tabs/RecentActivity.vue

@@ -34,7 +34,7 @@
 			</div>
 		</div>
 		<div v-else>
-			<h3>No recent activity.</h3>
+			<h5>No recent activity.</h5>
 		</div>
 	</div>
 </template>