Skip to content

Commit

Permalink
Fix Uploader / File styles
Browse files Browse the repository at this point in the history
  • Loading branch information
protozoo committed Nov 1, 2024
1 parent 45d2f47 commit 28b873e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
11 changes: 9 additions & 2 deletions assets/css/theme-default-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,13 @@
.q-field {
font-size: 14px;
}
.q-field__bottom{
color: var(--st-text-3);
}
.q-file .q-field__native{

white-space: nowrap;
overflow: hidden;
}
}
.q-field__input, .q-field__native, .q-field__prefix, .q-field__suffix {
color: var(--st-text-2);
}
Expand Down Expand Up @@ -362,6 +364,11 @@
color: var(--st-color-field-text-dimmed);
}
}

.q-uploader{
max-width: 100%;
width: 100%;
}

/*===================================================================
Scrolls
Expand Down
11 changes: 9 additions & 2 deletions assets/css/theme-default-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,13 @@
.q-field {
font-size: 14px;
}
.q-field__bottom{
color: var(--st-text-3);
}
.q-file .q-field__native{

white-space: nowrap;
overflow: hidden;
}
}
.q-field__input, .q-field__native, .q-field__prefix, .q-field__suffix {
color: var(--st-text-2);
}
Expand Down Expand Up @@ -363,6 +365,11 @@
color: var(--st-color-field-text-dimmed);
}
}

.q-uploader{
max-width: 100%;
width: 100%;
}

/*===================================================================
Scrolls
Expand Down

0 comments on commit 28b873e

Please sign in to comment.