add more tag buttons to babycode editor

This commit is contained in:
2025-06-06 18:22:53 +03:00
parent 0c820183a6
commit 502f1c59de
6 changed files with 88 additions and 17 deletions

View File

@ -451,11 +451,10 @@ input[type="text"], input[type="password"], textarea, select {
align-items: center;
justify-content: center;
flex-direction: column;
}
.contain-svg > svg {
height: 50%;
width: 50%;
&:not(.full) > svg {
height: 50%;
width: 50%;
}
}
.block-img {
@ -708,3 +707,17 @@ ul, ol {
.inbox-container {
padding: 10px;
}
.babycode-button-container {
display: flex;
gap: 10px;
}
.babycode-button {
padding: 5px 10px;
min-width: 36px;
&> * {
font-size: 1rem;
}
}