chore: layout fixes

This commit is contained in:
2024-06-06 14:12:21 +02:00
parent 7c974e8d0e
commit fee9774f88
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ export default defineComponent({
const naviLanguage = window.navigator.language.toString(); const naviLanguage = window.navigator.language.toString();
if (naviLanguage.includes('en')) { if (naviLanguage.startsWith('en')) {
this.changeLang('en'); this.changeLang('en');
return; return;
} }
+2 -4
View File
@@ -412,15 +412,13 @@ export default defineComponent({
@import '../../styles/icons.scss'; @import '../../styles/icons.scss';
$rowCol: #424242; $rowCol: #424242;
$tableBgCol: #555555;
.station_table { .station_table {
height: 80vh; height: 80vh;
max-height: 2000px;
min-height: 700px; min-height: 700px;
overflow-y: scroll; overflow: auto;
overflow-x: auto;
font-weight: 500; font-weight: 500;
background-color: $tableBgCol;
} }
.no-stations { .no-stations {