edit profile link implemented

This commit was merged in pull request #6.
This commit is contained in:
victorAnumudu
2023-04-22 05:23:38 +01:00
parent 39135654da
commit aec5cc68a2
3 changed files with 7 additions and 9 deletions
+4 -1
View File
@@ -458,6 +458,9 @@ input[type="number"] {
background-size: cover;
}
.content{
overflow: hidden;
}
.content-item .inner-list-items {
top: 0;
@@ -468,7 +471,7 @@ input[type="number"] {
}
.content-item:hover .inner-list-items {
right: -30%;
right: 0%;
opacity: 1;
z-index: 2;
}