Franknoirot/expandable toolbar (#343)
* Add basic Popover functionality * Fix up light mode of basic bar * Add support for 2D and 3D mode styling * Turn toolbar buttons back on * Remove ActionButton until after tool logic refactor * Add transitions * Add styles to always center toolbar in header
This commit is contained in:
8
src/components/AppHeader.module.css
Normal file
8
src/components/AppHeader.module.css
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
Some CSS cannot be represented
|
||||
in Tailwind, such as complex grid layouts.
|
||||
*/
|
||||
.header {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr auto 1fr;
|
||||
}
|
Reference in New Issue
Block a user