feat(ktb): add delete example and definition buttons; add pagination

This commit is contained in:
Sheldon Cooper 2026-07-21 00:02:54 -04:00
parent 6873a8d920
commit c1afb0aa2c
4 changed files with 148 additions and 33 deletions

View file

@ -116,6 +116,7 @@ button:disabled{
}
.flex-row {
gap: var(--space-md);
display: flex;
flex-direction: row;
}