Ver código fonte

Fixed desktop station layout issue

Owen Diffey 4 anos atrás
pai
commit
f539f813db
1 arquivos alterados com 3 adições e 0 exclusões
  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;
 	}