No need for a back button from app config

This commit is contained in:
Johannes Zellner
2024-12-29 19:18:36 +01:00
parent 2bf91ea453
commit cd63d2622c
2 changed files with 3 additions and 42 deletions
-34
View File
@@ -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;
}