diff --git a/src/components/StationsView/StationTable.vue b/src/components/StationsView/StationTable.vue index fcb063e..6ecd927 100644 --- a/src/components/StationsView/StationTable.vue +++ b/src/components/StationsView/StationTable.vue @@ -1,294 +1,298 @@ @@ -400,8 +404,9 @@ $rowCol: #424242; .table_wrapper { overflow: auto; - overflow-y: hidden; font-weight: 500; + height: 90vh; + min-height: 550px; } .no-stations { @@ -430,39 +435,39 @@ table { top: 0; &.station { - width: 200px; + width: 12em; } &.min-lvl { - width: 120px; + width: 4em; } &.status { - width: 140px; + width: 10em; } &.dispatcher { - width: 230px; + width: 12em; } &.dispatcher-lvl { - width: 100px; + width: 6em; } &.routes-double, &.routes-single { - width: 80px; + width: 7em; } &.general { - width: 160px; + width: 10em; } &.header-image { - width: 60px; + width: 3.5em; &.user { - width: 75px; + width: 5em; } } diff --git a/src/locales/en.json b/src/locales/en.json index c15cdd8..2756bdf 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -234,8 +234,8 @@ }, "sceneries": { "headers": { - "station": "Station", - "min-lvl": "Station\nlevel", + "station": "Scenery", + "min-lvl": "Scenery\nlevel", "status": "Status", "dispatcher": "Dispatcher", "dispatcher-lvl": "Dispatcher\nlevel", diff --git a/src/locales/pl.json b/src/locales/pl.json index cc8f575..fe87555 100644 --- a/src/locales/pl.json +++ b/src/locales/pl.json @@ -225,9 +225,8 @@ }, "sceneries": { "headers": { - "station": "Stacja", - "abbr": "Skrót\nposterunku", - "min-lvl": "Poziom\nstacji", + "station": "Sceneria", + "min-lvl": "Poziom\nscenerii", "status": "Status", "dispatcher": "Dyżurny", "dispatcher-lvl": "Poziom\ndyżurnego",