working on tag module

This commit is contained in:
2025-07-27 22:56:27 +02:00
parent acf2e6cc3a
commit 4f54276e8f
27 changed files with 1426 additions and 19 deletions

View File

@@ -195,3 +195,15 @@ textarea{
display: block;
margin: 5px 0 5px auto;
}
.taglist .editor > span{
display: inline-block;
min-width: 150px;
min-height: 1.3em;
}
.taglist .tag button{
background: transparent;
color: orange;
border: 0 none;
}