MobX based editing

This commit is contained in:
Jori Lallo
2016-06-02 22:04:33 -07:00
parent aac20341f7
commit e6c7e95115
26 changed files with 436 additions and 185 deletions

View File

@@ -16,7 +16,7 @@
.menu {
position: absolute;
top: 42px;
top: $headerHeight;
right: 0;
z-index: 1000;
border: 1px solid #eee;
@@ -28,8 +28,10 @@
.menuItem {
margin: 0;
padding: 5px 10px;
height: 24px;
display: flex;
justify-content: flex-start;
justify-content: space-between;
align-items: center;
cursor: pointer;