Fix #584 - [Legacy] Fix subpanel button not showing correctly

This commit is contained in:
Jack Anderson 2025-03-03 10:41:09 +00:00 committed by Jack Anderson
parent 8a75ad18f2
commit 2eeececca3

View file

@ -28,20 +28,19 @@
&:hover {
background: $pale-blue;
}
}
}
}
.hidebtn {
display: none;
}
.heading-text {
position: relative;
top: 3.5em;
float: left;
}
.action_buttons {
position: absolute;
margin-top: -2em;
position: static;
bottom: auto;
.btn {
background-color: $nepal-grey;
@ -57,7 +56,7 @@
background: $pale-blue;
border: none;
}
}
}
}
.view {
border-radius: 10px;
@ -68,4 +67,4 @@
background-size: 25px 11px;
border-color: $bright-grey;
}
}
}