Add editing chat name from menu

This commit is contained in:
Webifi
2023-06-09 09:46:19 -05:00
parent e9dab4a973
commit 3cb56e9477
2 changed files with 69 additions and 7 deletions

View File

@@ -231,16 +231,16 @@ $modal-background-background-color-dark: rgba($dark, 0.86) !default; // remove t
.menu-list {
a:hover {
.delete-button {
.delete-button, .edit-button {
display: block !important;
background-color: initial;
}
}
.delete-button {
.delete-button, .edit-button {
opacity: .8;
}
.delete-button:hover {
.delete-button:hover, .edit-button {
opacity: 1;
}
}
@@ -321,6 +321,17 @@ $modal-background-background-color-dark: rgba($dark, 0.86) !default; // remove t
z-index: 200;
}
.chat-menu-item .edit-button {
position: absolute;
right: 2em;
z-index: 200;
}
.chat-name-editor {
margin: .5em;
padding:.1em;
}
/* Overrides for main layout */
.side-bar-column {