Toolbar: add drop-shadow

This commit is contained in:
rektdeckard
2020-08-08 23:50:08 -04:00
parent 981e5ff53d
commit ce5b2604ad
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ menu.toolbar {
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
}
.toolbar-contents {