diff --git a/projects/tentacles/src/python/tentacles/static/css/style.scss b/projects/tentacles/src/python/tentacles/static/css/style.scss index a48c0ab..526b184 100644 --- a/projects/tentacles/src/python/tentacles/static/css/style.scss +++ b/projects/tentacles/src/python/tentacles/static/css/style.scss @@ -29,6 +29,10 @@ div { margin-right: 10px; } + .controls { + margin-left: auto; + display: flex; + } } // Hide the header name if we're on a mobile device @@ -41,3 +45,23 @@ label { margin-right: 10px; } + +.mb-1 { + margin-bottom: 10px; +} + +.mb-2 { + margin-bottom: 20px; +} + +@media (max-width: 760px) { + .file, .printer, .key, .job { + flex-direction: column; + margin-bottom: 10px; + + .controls { + margin-right: auto; + margin-left: unset; + } + } +} diff --git a/projects/tentacles/src/python/tentacles/static/css/tirefire/_nav.scss b/projects/tentacles/src/python/tentacles/static/css/tirefire/_nav.scss index 8a573bc..f372fad 100644 --- a/projects/tentacles/src/python/tentacles/static/css/tirefire/_nav.scss +++ b/projects/tentacles/src/python/tentacles/static/css/tirefire/_nav.scss @@ -156,6 +156,7 @@ $stripe_padding: ($stripe_thickness / 4); } */ #menu-toggle:checked ~ .menu > li:last-child { + padding-bottom: 1em; border-bottom: 1px solid #444; } //} diff --git a/projects/tentacles/src/python/tentacles/templates/base.html.j2 b/projects/tentacles/src/python/tentacles/templates/base.html.j2 index ba6f328..f5ddd14 100644 --- a/projects/tentacles/src/python/tentacles/templates/base.html.j2 +++ b/projects/tentacles/src/python/tentacles/templates/base.html.j2 @@ -29,6 +29,7 @@