From 5bb33c18ca8a153027c212257eb65c687a713c57 Mon Sep 17 00:00:00 2001 From: Joe Muzina Date: Wed, 13 Apr 2022 22:55:51 -0400 Subject: [PATCH] Fix activities table bleeding off bottom on mobile, fixed GPX file input being cut off, made keyword entry field wider --- static/style.scss | 43 +++++++++++++++------------------------ templates/parameters.html | 8 ++++---- 2 files changed, 20 insertions(+), 31 deletions(-) diff --git a/static/style.scss b/static/style.scss index a212449..5efadd1 100644 --- a/static/style.scss +++ b/static/style.scss @@ -211,7 +211,7 @@ ul { #gpxFile { text-align: center; - max-width: 230px; + max-width: 250px; } #GPXSubmit { @@ -436,6 +436,12 @@ ul { width: 25%; } +.activityFilters { + display: flex; + flex-flow: column nowrap; + justify-content: flex-start; +} + .scrollable-table-container { position: absolute; overflow: auto; @@ -448,7 +454,7 @@ ul { } #keyword { - width: 50%; + width: 60%; } #drawSettings, #backgroundSettings { @@ -488,31 +494,6 @@ td { display: block !important; } -// this code was used to give the strava button it's appearance but -// is superfluous until we get the dev account for underarmour - -/* -// Apply configured styles for each login button -@each $name, $data in $app_themes { - ##{$name}-login > a { - @each $property, $val in $data { - #{$property}: #{$val}; - } - } -} -*/ - -/* -// Login button styles for each supported login network -$app_themes: ( - /* - "strava" : ( - "background-color": #fc4c02, - "color": white - ) - -); -*/ // // // @@ -647,6 +628,7 @@ html { .main-container { height: 95vh !important; + //height: auto; width: 95vw !important; min-height: 0px !important; min-width: 0px !important; @@ -663,6 +645,10 @@ html { min-width: 90%; } + .parameters { + height: auto !important; + } + .parameter-container { display: block; } @@ -734,6 +720,9 @@ html { font-size: 2rem !important; margin-top: 5px; } + #activitiesTable th, td { + font-size: 2.2rem; + } } .fa { diff --git a/templates/parameters.html b/templates/parameters.html index 52b568e..8443d25 100644 --- a/templates/parameters.html +++ b/templates/parameters.html @@ -37,7 +37,7 @@
-
+