Add per-app notes feature

This commit is contained in:
Johannes Zellner
2024-04-10 17:02:32 +02:00
parent 0fa1ec44b1
commit 87ae95aa4f
8 changed files with 158 additions and 5 deletions

View File

@@ -1506,6 +1506,24 @@ div:hover > .picture-edit-indicator {
transform: scale(1.2);
}
.info-edit-indicator {
position: absolute;
top: 0;
right: 0;
border-radius: 20px;
padding: 5px;
color: $text-dark;
background-color: white;
transition: all 250ms;
cursor: pointer;
}
.info-edit-indicator:hover {
color: white;
background: $brand-primary;
transform: scale(1.2);
}
.settings-avatar {
position: relative;
cursor: pointer;