Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-04-15 18:16:30 +02:00
parent 0231f965f3
commit c9a86dbd96
2 changed files with 11 additions and 1 deletions
@@ -355,6 +355,16 @@ textarea{
margin: 5px 0 5px auto;
}
.taglist .tag.editor,
.taglist .tag button{
display: none;
}
.taglist:hover .editor,
.taglist:hover .tag button{
display: inherit;
}
.taglist .editor > span{
display: inline-block;
min-width: 150px;