diff --git a/dashboard/public/views/app.html b/dashboard/public/views/app.html index 783aba033..a32c39536 100644 --- a/dashboard/public/views/app.html +++ b/dashboard/public/views/app.html @@ -672,17 +672,12 @@ -
- - {{ 'app.backAction' | tr }} - -
- +
-
+

{{ app.label || app.fqdn }} @@ -759,7 +754,7 @@

-
+

diff --git a/dashboard/src/theme.scss b/dashboard/src/theme.scss index b3f16311a..8bc10b4cd 100644 --- a/dashboard/src/theme.scss +++ b/dashboard/src/theme.scss @@ -851,31 +851,6 @@ multiselect { margin-top: 5px; } -.back-to-view-link { - position: absolute; - z-index: 20; - top: 50px; - left: 0; - width: 100%; - padding: 10px; - background-color: white; - - @media (prefers-color-scheme: dark) { - background-color: #1c1c1c; - } - - @media(min-width:768px) { - background-color: transparent; - width: auto; - padding: 20px; - } - - &:hover, - &:focus { - text-decoration: none; - } -} - .bind-name { width: 35% } @@ -958,15 +933,6 @@ multiselect { // ---------------------------- .app-configure { - // Ensure back link is fully visible - @media(max-width:1200px) { - margin-top: 60px; - } - - h3 { - margin-top: 0; - } - .card { min-height: 558px; }