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

@ -443,7 +443,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
flex-direction: column;
}
.contain-svg > svg {
.contain-svg:not(.full) > svg {
height: 50%;
width: 50%;
}
@ -700,3 +700,17 @@ ul, ol {
.inbox-container {
padding: 10px;
}
.babycode-button-container {
display: flex;
gap: 10px;
}
.babycode-button {
padding: 5px 10px;
min-width: 36px;
}
.babycode-button > * {
font-size: 1rem;
}