mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
fix: views viewport height
This commit is contained in:
@@ -407,9 +407,9 @@ export default defineComponent({
|
||||
$rowCol: #424242;
|
||||
|
||||
.station_table {
|
||||
height: calc(100vh - 10em);
|
||||
height: calc(100vh - 11em);
|
||||
max-height: 2000px;
|
||||
min-height: 700px;
|
||||
min-height: 500px;
|
||||
overflow: auto;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
@@ -82,8 +82,8 @@ export default defineComponent({
|
||||
@import '../../styles/animations.scss';
|
||||
|
||||
.train-table {
|
||||
height: calc(100vh - 8em);
|
||||
min-height: 550px;
|
||||
height: calc(100vh - 11em);
|
||||
min-height: 500px;
|
||||
|
||||
position: relative;
|
||||
overflow-y: auto;
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
|
||||
.list_wrapper {
|
||||
overflow-y: auto;
|
||||
height: calc(100vh - 10em);
|
||||
min-height: 650px;
|
||||
height: calc(100vh - 12.5em);
|
||||
min-height: 500px;
|
||||
margin-top: 0.5em;
|
||||
position: relative;
|
||||
|
||||
|
||||
@@ -117,7 +117,6 @@ export default defineComponent({
|
||||
@import '../styles/responsive.scss';
|
||||
|
||||
.trains-view {
|
||||
min-height: 600px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user