Toolbar: add drop-shadow
This commit is contained in:
@@ -8,6 +8,7 @@ menu.toolbar {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbar-contents {
|
.toolbar-contents {
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ type ToolbarProps = {};
|
|||||||
|
|
||||||
const Toolbar: React.FC<ToolbarProps> = () => {
|
const Toolbar: React.FC<ToolbarProps> = () => {
|
||||||
return (
|
return (
|
||||||
<menu className="toolbar">
|
<menu className="toolbar" id="toolbar">
|
||||||
<div className="toolbar-contents">
|
<div className="toolbar-contents">
|
||||||
<StyleInput />
|
<StyleInput />
|
||||||
<SearchInput />
|
<SearchInput />
|
||||||
|
|||||||
Reference in New Issue
Block a user