feat: Implement is_deleted flag for items, add new utility scripts, and refine UI styles.
This commit is contained in:
@@ -3386,7 +3386,7 @@ input#s_avatar {
|
||||
.login-modal-content {
|
||||
background: var(--bg);
|
||||
border: 1px solid var(--accent);
|
||||
border-radius: 8px;
|
||||
border-radius: 0;
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
|
||||
max-width: 400px;
|
||||
width: 100%;
|
||||
@@ -3405,7 +3405,18 @@ input#s_avatar {
|
||||
.login-modal-content .login-image {
|
||||
max-width: 100%;
|
||||
margin-bottom: 1rem;
|
||||
border-radius: 4px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.notification-dot {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
background-color: #39ff14;
|
||||
/* Matrix neon green */
|
||||
border-radius: 50%;
|
||||
display: inline-block;
|
||||
margin-left: 5px;
|
||||
box-shadow: 0 0 5px #39ff14;
|
||||
}
|
||||
|
||||
.login-modal-content input[type="text"],
|
||||
|
||||
Reference in New Issue
Block a user