Skip to content

Commit

Permalink
CSS: disable grow on batch print filaments & fix contrast for menu
Browse files Browse the repository at this point in the history
  • Loading branch information
TFyre committed Feb 17, 2024
1 parent d03c8df commit 8bce9df
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions bambu/frontend/themes/bambu-theme/bambu.css
Original file line number Diff line number Diff line change
Expand Up @@ -287,16 +287,14 @@

.batchprint-view .filaments .filament.contrast,
.batchprint-view .mapping .filament.contrast,
.batchprint-view-menu .filaments .filament.contrast {
.batchprint-view-menu .filament.contrast {
color: white;
}

.batchprint-view .filaments .filament,
.batchprint-view-menu .filament {
display: flex;
flex-direction: row;
flex-grow: 1;
flex-basis: 0;
align-items: center;
justify-content: space-between;
padding: var(--lumo-space-s);
Expand All @@ -306,7 +304,8 @@
}

.batchprint-view .filament .filament,
.batchprint-view .mapping .filament {
.batchprint-view .mapping .filament,
.batchprint-view-menu .filament {
color: black;
}

Expand Down Expand Up @@ -374,7 +373,6 @@
flex-basis: 0;
}


.batchprint-view .header img {
background-color: var(--lumo-base-color);
box-shadow: var(--lumo-box-shadow-s);
Expand Down

0 comments on commit 8bce9df

Please sign in to comment.