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:
Frank Noirot
2023-08-31 09:47:59 -04:00
committed by GitHub
parent 798cbe968a
commit 18959510f8
4 changed files with 263 additions and 125 deletions

View 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;
}