Add ability to remove translator

This commit is contained in:
kngako
2022-06-22 03:39:36 +02:00
parent e4510a2e68
commit f948603e05
5 changed files with 233 additions and 4 deletions

View File

@@ -73,4 +73,12 @@ html {
vertical-align:middle;
margin-right:1em;
color:white;
}
.chip .remove {
cursor: pointer;
float: right;
font-size: 16px;
line-height: 32px;
padding-left: 8px;
}