mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2025-12-21 21:22:25 +00:00
feat: add snippet renaming functionality and enhance UI with edit button
This commit is contained in:
@@ -145,4 +145,27 @@
|
||||
|
||||
.snippet-item:hover .delete-snippet {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.snippet-buttons {
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.edit-snippet {
|
||||
opacity: 0.4;
|
||||
font-size: 14px;
|
||||
padding: 2px 4px;
|
||||
background: none;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
min-width: 24px;
|
||||
}
|
||||
|
||||
.edit-snippet:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.snippet-item:hover .edit-snippet {
|
||||
opacity: 0.8;
|
||||
}
|
||||
Reference in New Issue
Block a user