feat: Introduce scripts for generating dummy items and copying thumbnails, and flatten UI elements by removing border-radius in CSS.
This commit is contained in:
@@ -3017,7 +3017,7 @@ input[name="i_avatar"] {
|
||||
input#s_avatar {
|
||||
padding: 5px;
|
||||
border: 1px solid var(--black);
|
||||
border-radius: 3px;
|
||||
border-radius: 0;
|
||||
background-image: linear-gradient(to bottom, var(--nav-link-background-linear-gradient));
|
||||
box-shadow: var(--nav-link-box-shadow);
|
||||
cursor: pointer;
|
||||
@@ -3068,7 +3068,7 @@ input#s_avatar {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: var(--badge-bg, #171717);
|
||||
border-radius: 12px;
|
||||
border-radius: 0;
|
||||
overflow: hidden;
|
||||
text-decoration: none !important;
|
||||
transition: transform 0.2s, box-shadow 0.2s;
|
||||
@@ -3199,7 +3199,7 @@ input#s_avatar {
|
||||
background: var(--dropdown-bg);
|
||||
border: 1px solid var(--nav-border-color);
|
||||
padding: 30px;
|
||||
border-radius: 10px;
|
||||
border-radius: 0;
|
||||
text-align: center;
|
||||
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
|
||||
min-width: 300px;
|
||||
@@ -3224,7 +3224,7 @@ input#s_avatar {
|
||||
.modal-actions button {
|
||||
padding: 10px 20px;
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
border-radius: 0;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
font-family: var(--font);
|
||||
|
||||
Reference in New Issue
Block a user