Add per-app notes feature
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user