Skip to content

Commit

Permalink
fix(open-scd): Make linear progress bar Github stylez, closes #1269 (#…
Browse files Browse the repository at this point in the history
…1276)

fix(open-scd): Make linear progress bar Github stylez, closes #1269
  • Loading branch information
danyill authored Jun 28, 2023
1 parent baa9bdc commit ebde770
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/open-scd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,13 @@ export class OpenSCD extends Waiting(
mwc-linear-progress {
position: fixed;
--mdc-theme-primary: var(--mdc-theme-secondary);
--mdc-linear-progress-buffer-color: var(--primary);
--mdc-theme-primary: var(--secondary);
left: 0px;
top: 112px;
top: 0px;
width: 100%;
pointer-events: none;
}
@media (max-width: 599px) {
mwc-linear-progress {
top: 104px;
}
z-index: 1000;
}
tt {
Expand Down

0 comments on commit ebde770

Please sign in to comment.