mirror of
https://github.com/excalidraw/excalidraw-webex.git
synced 2026-05-17 13:30:45 +00:00
Hide undo/redo buttons
This commit is contained in:
@@ -22,6 +22,11 @@ body,
|
||||
.ToolIcon.ToolIcon__library {
|
||||
display: none;
|
||||
}
|
||||
|
||||
button[aria-label="Undo"],
|
||||
button[aria-label="Redo"] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 385px) {
|
||||
|
||||
Reference in New Issue
Block a user