Update miniMenu to allow selector to be a button, and use for filtering the gallery
This commit is contained in:
parent
6b17a61d55
commit
ba11f65219
3 changed files with 85 additions and 16 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue