Parcourir la source

Updated Admin page style. Added another station.

Septimus il y a 8 ans
Parent
commit
23f56455bd

+ 0 - 1
backend/logic/coreHandler.js

@@ -22,7 +22,6 @@ var eventEmitter = new events.EventEmitter();
 const edmStation = new stations.Station("edm", {
 	"genres": ["edm"],
 	playlist: [
-		'gCYcHz2k5x0',
 		'LHCob76kigA',
 		'lEi_XBg2Fpk'
 	],

+ 1 - 1
frontend/components/AdminSongs.vue

@@ -29,7 +29,7 @@
 							</p>
 						</td>
 						<td>
-							<div class="control is-horizontal">
+							<div class="control">
 								<input v-for="artist in song.artists" track-by="$index" class="input" type="text" :value="artist" v-model="artist">
 							</p>
 						</td>

+ 1 - 1
frontend/components/AdminStations.vue

@@ -29,7 +29,7 @@
 							</p>
 						</td>
 						<td>
-							<div class="control is-horizontal">
+							<div class="control">
 								<input v-for="song in station.playlist" track-by="$index" class="input" type="text" :value="song.id" v-model="song.id">
 							</p>
 						</td>

+ 1 - 1
frontend/components/pages/Station.vue

@@ -268,7 +268,7 @@
 
 	.station {
 		flex: 1 0 auto;
-		padding-top: 4.5vw;
+		padding-top: 0.5vw;
 		transition: all 0.1s;
 		margin: 0 auto;
 		max-width: 1280px;