瀏覽代碼

Fixed desktop station layout issue

Owen Diffey 4 年之前
父節點
當前提交
f539f813db
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      frontend/src/pages/Station/index.vue

+ 3 - 0
frontend/src/pages/Station/index.vue

@@ -2217,6 +2217,9 @@ export default {
 }
 
 @media (min-width: 1500px) {
+	#station-left-column {
+		max-width: calc(100% - 650px);
+	}
 	#station-right-column {
 		max-width: 650px;
 	}