0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-01 21:42:44 +00:00

Initial pass at Editor Toolbar - Undo and Redo.

This commit is contained in:
G.Ambatte
2021-09-19 19:26:44 +12:00
parent f25d8e13c2
commit 508eee3f95
3 changed files with 35 additions and 0 deletions

View File

@@ -42,4 +42,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;
}
}
}