diff --git a/api_server/modules/apiweb/styles/web.css b/api_server/modules/apiweb/styles/web.css index 0fafc71e3..b6024021d 100644 --- a/api_server/modules/apiweb/styles/web.css +++ b/api_server/modules/apiweb/styles/web.css @@ -206,18 +206,26 @@ h6 { .content-body-tab-container { margin-top: 32px; margin-bottom: 10px; + border-bottom: 1px solid #3c3c3c; display: flex; justify-content: space-between; } .content-body-tab-header { font-size: larger; cursor: pointer; + display: inline-block; + text-align: center; + padding-bottom: 5px; + margin-bottom: -1px; +} +.content-body-copy { + margin-bottom: 12px; } .content-body-tab { display: none; } .content-active-tab { - display: block !important; + /* display: block !important; */ border-bottom: 1px solid; } .box-border { @@ -669,6 +677,17 @@ hr { margin-top: 10px; } +@media (max-width: 768px) { + .content-body-tab-icon { + display: none !important; + } + .content-body-tab-header { + display: flex; + align-items: center; + justify-content: center; + } + } + @media (min-width: 1px) { .btn-block-wrap { width: 100%; diff --git a/api_server/modules/apiweb/templates/partial_launcher_detailed.hbs b/api_server/modules/apiweb/templates/partial_launcher_detailed.hbs index 5e2ed405b..e6bf12ce5 100644 --- a/api_server/modules/apiweb/templates/partial_launcher_detailed.hbs +++ b/api_server/modules/apiweb/templates/partial_launcher_detailed.hbs @@ -642,26 +642,26 @@ function onIdeSelected(e, moniker) {