浏览代码

Fixed a few tab/spacing issues from last commit

Owen Diffey 8 年之前
父节点
当前提交
f453db53ba
共有 2 个文件被更改,包括 25 次插入27 次删除
  1. 11 13
      frontend/components/Station/CommunityHeader.vue
  2. 14 14
      frontend/components/Station/OfficialHeader.vue

+ 11 - 13
frontend/components/Station/CommunityHeader.vue

@@ -4,8 +4,6 @@
 			<a class='nav-item is-brand' href='#' v-link='{ path: "/" }' @click='this.$dispatch("leaveStation", title)'>
 				Musare
 			</a>
-
-
 		</div>
 
 		<div class='nav-center stationDisplayName'>
@@ -288,20 +286,20 @@
 	}
 
 	.sidebar-item .icon-purpose {
-    visibility: hidden;
-    width: 150px;
+	    visibility: hidden;
+	    width: 150px;
 		font-size: 12px;
-    background-color: rgba(3, 169, 244,0.8);
-    color: #fff;
-    text-align: center;
-    border-radius: 6px;
-    padding: 5px 0;
-    position: absolute;
-    z-index: 1;
-    left: 105%;
+	    background-color: rgba(3, 169, 244,0.8);
+	    color: #fff;
+	    text-align: center;
+	    border-radius: 6px;
+	    padding: 5px 0;
+	    position: absolute;
+	    z-index: 1;
+	    left: 105%;
 	}
 
 	.sidebar-item:hover .icon-purpose {
-    visibility: visible;
+	    visibility: visible;
 	}
 </style>

+ 14 - 14
frontend/components/Station/OfficialHeader.vue

@@ -223,7 +223,7 @@
 
 	.nav-center {
 		display: flex;
-    align-items: center;
+    	align-items: center;
 		color: $blue;
 		font-size: 22px;
 		position: absolute;
@@ -277,19 +277,19 @@
 		height: 50px;
 		color: white;
 		-webkit-box-align: center;
-    -ms-flex-align: center;
-    align-items: center;
-    display: -webkit-box;
-    display: -ms-flexbox;
-    display: flex;
-    -webkit-box-flex: 0;
-    -ms-flex-positive: 0;
-    flex-grow: 0;
-    -ms-flex-negative: 0;
-    flex-shrink: 0;
-    -webkit-box-pack: center;
-    -ms-flex-pack: center;
-    justify-content: center;
+	    -ms-flex-align: center;
+	    align-items: center;
+	    display: -webkit-box;
+	    display: -ms-flexbox;
+	    display: flex;
+	    -webkit-box-flex: 0;
+	    -ms-flex-positive: 0;
+	    flex-grow: 0;
+	    -ms-flex-negative: 0;
+	    flex-shrink: 0;
+	    -webkit-box-pack: center;
+	    -ms-flex-pack: center;
+	    justify-content: center;
 		width: 100%;
 		position: relative;
 	}