Update miniMenu to allow selector to be a button, and use for filtering the gallery

This commit is contained in:
Julian Stirling 2026-07-07 10:41:51 +01:00
parent 6b17a61d55
commit ba11f65219
3 changed files with 85 additions and 16 deletions

View file

@ -372,6 +372,25 @@
}
}
.ofm-top-nav-button {
margin-top: 4px;
height: 38px;
}
.ofm-top-nav-square-button {
margin-top: 4px;
height: 38px;
width: 38px;
}
.ofm-top-nav-square-button.material-icon {
// MAterial icons are 24x24 , set padding to centre
padding: 6px !important;
margin-top: 4px;
height: 38px;
width: 38px;
}
// A button styled like text. For use in menus
.ofm-text-button {
display: block;