Initial pass at Editor Toolbar - Undo and Redo.

This commit is contained in:
G.Ambatte
2021-10-18 22:29:25 +13:00
parent aec8133046
commit 9bc52b412c
3 changed files with 35 additions and 0 deletions
+12
View File
@@ -50,4 +50,16 @@
.tooltipLeft("Jump to brew page");
}
.editorToolbar{
position: absolute;
top: 5px;
left: 50%;
color: black;
font-size: 13px;
z-index: 9;
span {
padding: 2px 5px;
}
}
}