fix: avatar page
This commit is contained in:
@@ -196,6 +196,15 @@ const saveCard = () => {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: #fff;
|
||||
position: relative;
|
||||
}
|
||||
.back-btn::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: -10px;
|
||||
left: -10px;
|
||||
right: -10px;
|
||||
bottom: -10px;
|
||||
}
|
||||
|
||||
.top-banner {
|
||||
|
||||
Reference in New Issue
Block a user