Refactor: Update CSS variables

Fix Progress bar
This commit is contained in:
MasterAcnolo
2026-04-11 15:17:05 +02:00
parent 24460cf0b5
commit 00c542925c
20 changed files with 165 additions and 120 deletions

View File

@@ -50,7 +50,7 @@ form#downloadForm {
align-items: center;
align-self: center;
gap: 0.5em;
color: var(--form-input-text-color);
color: var(--audio-only-label-color);
}
#UrlInput {
@@ -108,6 +108,7 @@ form#downloadForm {
}
.paste-btn svg {
color: var(--paste-button-icon-color);
width: 30px;
height: 30px;
}

View File

@@ -1,11 +1,13 @@
header {
position: fixed;
top: 0;
width: 100%;
height: 48px;
z-index: 1100;
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 2vw;
align-items: center;
}
header h1{
margin-bottom: 0.2vw;
#title {
color: var(--default-text-color);
}

View File

@@ -40,7 +40,7 @@
width: 40vw;
max-width: 320px;
max-height: 80vh;
background-color: var(--settings-bg-primary-color);
background-color: var(--settings-modal-bg-color);
border-radius: 12px;
padding: 20px;
box-shadow: 0 8px 24px rgba(0,0,0,0.4);
@@ -89,7 +89,7 @@
flex-direction: column;
margin-bottom: 20px;
padding: 10px 15px;
background: var(--settings-bg-secondary-color);
background: var(--settings-section-bg-color);
border-radius: 12px;
gap: 6px;
}

View File

@@ -2,20 +2,12 @@
display: flex;
align-items: center;
justify-content: space-between;
position: fixed;
top: 0;
z-index: 1100;
height: 48px;
width: 100%;
height: 100%;
background: #1f1f1f98;
color: #eaeaea;
-webkit-app-region: drag;
user-select: none;
}
/* LEFT - custom buttons */

View File

@@ -4,7 +4,7 @@
margin-left: auto;
margin-right: auto;
padding: 1.5em 2em;
background-color: var(--infos-box-color);
background-color: var(--video-info-bg-color);
border-radius: 12px;
box-shadow: 0 8px 16px rgba(0,0,0,0.1);
color: var(--video-info-text-color);