| 
														
															@@ -11,21 +11,14 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				<div id="upper-row" class="row"> 
														 | 
														
														 | 
														
															 				<div id="upper-row" class="row"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					<div id="about-station-container" class="quadrant"> 
														 | 
														
														 | 
														
															 					<div id="about-station-container" class="quadrant"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						<div class="row" id="station-name"> 
														 | 
														
														 | 
														
															 						<div class="row" id="station-name"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-							<h1> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-								<!-- {{ station.displayName }} -->Owen's Station 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-							</h1> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+							<h1>{{ station.displayName }}</h1> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 							<a href="#"> 
														 | 
														
														 | 
														
															 							<a href="#"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 								<!-- TODO: Add favourite functionality --> 
														 | 
														
														 | 
														
															 								<!-- TODO: Add favourite functionality --> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 								<i class="material-icons">star</i> 
														 | 
														
														 | 
														
															 								<i class="material-icons">star</i> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 							</a> 
														 | 
														
														 | 
														
															 							</a> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						</div> 
														 | 
														
														 | 
														
															 						</div> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-						<p> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-							<!-- {{ station.description }} -->Welcome to Owen's 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-							channel! The description will go here and we will 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-							explain what this station is for and what genres of 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-							songs it has. Enjoy!!! 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-						</p> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+						<p>{{ station.description }}</p> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						<div id="admin-buttons" v-if="isOwnerOrAdmin()"> 
														 | 
														
														 | 
														
															 						<div id="admin-buttons" v-if="isOwnerOrAdmin()"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 							<!-- (Admin) Station Settings Button --> 
														 | 
														
														 | 
														
															 							<!-- (Admin) Station Settings Button --> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -1398,8 +1391,9 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 #station-outer-container { 
														 | 
														
														 | 
														
															 #station-outer-container { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	margin: 0 auto; 
														 | 
														
														 | 
														
															 	margin: 0 auto; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	max-width: 100%; 
														 | 
														
														 | 
														
															 	max-width: 100%; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	padding: 0 40px; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	padding: 20px 40px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	margin-top: 5px; 
														 | 
														
														 | 
														
															 	margin-top: 5px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	height: 100%; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	@media (max-width: 1040px) { 
														 | 
														
														 | 
														
															 	@media (max-width: 1040px) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		padding: 0; 
														 | 
														
														 | 
														
															 		padding: 0; 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -1451,6 +1445,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		display: flex; 
														 | 
														
														 | 
														
															 		display: flex; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		align-items: center; 
														 | 
														
														 | 
														
															 		align-items: center; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		flex-direction: column; 
														 | 
														
														 | 
														
															 		flex-direction: column; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		height: 100%; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		@media (min-height: 1050px) { 
														 | 
														
														 | 
														
															 		@media (min-height: 1050px) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			justify-content: center; 
														 | 
														
														 | 
														
															 			justify-content: center; 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -1554,6 +1549,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				p { 
														 | 
														
														 | 
														
															 				p { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					font-size: 14px; 
														 | 
														
														 | 
														
															 					font-size: 14px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					max-width: 700px; 
														 | 
														
														 | 
														
															 					max-width: 700px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+					flex-grow: 1; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				} 
														 | 
														
														 | 
														
															 				} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				#admin-buttons { 
														 | 
														
														 | 
														
															 				#admin-buttons { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -1574,11 +1570,10 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		#lower-row { 
														 | 
														
														 | 
														
															 		#lower-row { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			margin-top: 20px; 
														 | 
														
														 | 
														
															 			margin-top: 20px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			flex-grow: 1; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			.player-container { 
														 | 
														
														 | 
														
															 			.player-container { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				background-color: #fff; 
														 | 
														
														 | 
														
															 				background-color: #fff; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-				width: 1400px; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-				height: 770px; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				display: flex; 
														 | 
														
														 | 
														
															 				display: flex; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				flex-direction: column; 
														 | 
														
														 | 
														
															 				flex-direction: column; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 |