updating from dev

This commit is contained in:
2026-05-04 04:24:18 +02:00
parent 46afca976d
commit 2f1e42343b
76 changed files with 5554 additions and 2527 deletions

View File

@@ -19,17 +19,19 @@
transform: translateY(0);
}
}
.upload-container h2 {
margin-bottom: 0.5rem;
color: var(--accent);
text-align: center;
}
.upload-title {
font-size: x-large;
}
/* Upload Limit Info */
.upload-limit-info {
text-align: center;
margin-bottom: 1.5rem;
font-size: 0.9rem;
opacity: 0.7;
}
@@ -56,7 +58,6 @@
.upload-form {
display: flex;
flex-direction: column;
gap: 1.5rem;
background: rgba(255, 255, 255, 0.02);
padding: 1rem;
border-radius: 0;
@@ -82,7 +83,7 @@
cursor: pointer;
transition: all 0.2s;
position: relative;
min-height: 200px;
min-height: 100px;
display: flex;
flex-direction: column;
justify-content: center;
@@ -282,6 +283,7 @@
position: relative;
gap: 0.5rem;
z-index: 10000 !important;
margin-bottom: 5px;
}
.tags-list {
@@ -337,6 +339,7 @@
/* Upload Comment */
.upload-comment-input {
position: relative;
margin: 0px 0px 5px 0px;
}
.upload-comment {
@@ -734,14 +737,6 @@
color: rgba(255, 255, 255, 0.8);
}
.meta-suggestion:hover {
background: var(--accent);
border-color: var(--accent);
color: white !important;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(88, 101, 242, 0.3);
}
.meta-suggestion i {
font-size: 0.7rem;
opacity: 0.6;