feat: enhance snippet management with import/export functionality and size display

This commit is contained in:
2025-10-13 16:00:34 +03:00
parent eaf14aafdd
commit 1734001d20
6 changed files with 188 additions and 20 deletions

View File

@@ -458,6 +458,14 @@ body {
margin-top: 1px;
}
.snippet-size {
font-size: 10px;
color: #808080;
margin-left: auto;
margin-right: 8px;
flex-shrink: 0;
}
.editor-placeholder {
background: #ffffff;
border: 2px inset #c0c0c0;