feat: introduce utility scripts for thumbnail management and dummy data generation, and remove rounded corners from upload UI.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
.content-guidelines {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
border-radius: 8px;
|
||||
border-radius: 0;
|
||||
margin-bottom: 2rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
@@ -87,7 +87,7 @@
|
||||
gap: 1.5rem;
|
||||
background: rgba(255, 255, 255, 0.02);
|
||||
padding: 2rem;
|
||||
border-radius: 8px;
|
||||
border-radius: 0;
|
||||
border: 1px solid rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
/* Drop Zone */
|
||||
.drop-zone {
|
||||
border: 2px dashed rgba(255, 255, 255, 0.2);
|
||||
border-radius: 8px;
|
||||
border-radius: 0;
|
||||
padding: 2rem;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
@@ -152,7 +152,7 @@
|
||||
.file-preview video {
|
||||
max-width: 100%;
|
||||
max-height: 500px;
|
||||
border-radius: 4px;
|
||||
border-radius: 0;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
|
||||
outline: none;
|
||||
margin-bottom: 1rem;
|
||||
@@ -172,7 +172,7 @@
|
||||
align-items: center;
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
padding: 0.5rem 1rem;
|
||||
border-radius: 20px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.file-name {
|
||||
@@ -189,7 +189,7 @@
|
||||
color: white;
|
||||
border: none;
|
||||
padding: 0.5rem 1.5rem;
|
||||
border-radius: 4px;
|
||||
border-radius: 0;
|
||||
cursor: pointer;
|
||||
font-weight: 600;
|
||||
transition: background 0.2s;
|
||||
@@ -214,7 +214,7 @@
|
||||
.rating-label {
|
||||
display: block;
|
||||
padding: 0.75rem 2rem;
|
||||
border-radius: 4px;
|
||||
border-radius: 0;
|
||||
border: 2px solid transparent;
|
||||
transition: all 0.2s;
|
||||
font-weight: 600;
|
||||
@@ -247,7 +247,7 @@
|
||||
.tag-input-container {
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
border-radius: 4px;
|
||||
border-radius: 0;
|
||||
padding: 0.5rem;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
@@ -268,7 +268,7 @@
|
||||
background: var(--accent);
|
||||
color: #000;
|
||||
padding: 0.3rem 0.6rem;
|
||||
border-radius: 3px;
|
||||
border-radius: 0;
|
||||
font-size: 0.9rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
@@ -315,7 +315,7 @@
|
||||
background: #1e1e1e;
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.5);
|
||||
border-radius: 4px 4px 0 0;
|
||||
border-radius: 0;
|
||||
max-height: 200px;
|
||||
overflow-y: auto;
|
||||
display: none;
|
||||
@@ -342,7 +342,7 @@
|
||||
color: #000;
|
||||
border: none;
|
||||
padding: 1rem 2rem;
|
||||
border-radius: 4px;
|
||||
border-radius: 0;
|
||||
font-size: 1.1rem;
|
||||
font-weight: 700;
|
||||
cursor: pointer;
|
||||
@@ -369,14 +369,14 @@
|
||||
gap: 1rem;
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
padding: 1rem;
|
||||
border-radius: 4px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.progress-bar {
|
||||
flex: 1;
|
||||
height: 10px;
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
border-radius: 5px;
|
||||
border-radius: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@@ -411,7 +411,7 @@
|
||||
text-align: center;
|
||||
padding: 4rem 2rem;
|
||||
border: 1px dashed rgba(255, 255, 255, 0.2);
|
||||
border-radius: 8px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.btn-login {
|
||||
@@ -421,6 +421,6 @@
|
||||
background: var(--accent);
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
border-radius: 4px;
|
||||
border-radius: 0;
|
||||
font-weight: 700;
|
||||
}
|
||||
Reference in New Issue
Block a user