Undo Redo working
This commit is contained in:
@@ -46,6 +46,23 @@ body {
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
.editor-toolbar {
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.editor-toolbar button {
|
||||
border: 1px solid #c4cddc;
|
||||
background: #fff;
|
||||
padding: 0.28rem 0.6rem;
|
||||
border-radius: 4px;
|
||||
font-size: 0.82rem;
|
||||
}
|
||||
|
||||
.editor-toolbar button:disabled {
|
||||
opacity: 0.45;
|
||||
}
|
||||
|
||||
.tree-grid-wrap {
|
||||
overflow: auto;
|
||||
border: 1px solid #d9dee8;
|
||||
|
||||
Reference in New Issue
Block a user