1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Lexical: Added button icon system

With a bunch of default icons
This commit is contained in:
Dan Brown
2024-06-19 20:00:29 +01:00
parent e2409a5fab
commit 13d970c7ce
34 changed files with 99 additions and 16 deletions

View File

@@ -29,6 +29,11 @@
padding: 4px 6px;
display: block;
}
.editor-button-icon svg {
width: 24px;
height: 24px;
fill: #000;
}
// Containers
.editor-dropdown-menu-container {