Skip to content

Commit

Permalink
trash button position
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTG committed Feb 1, 2025
1 parent 5dfb30e commit c378a77
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/assets/stylesheets/application.scss.erb
Original file line number Diff line number Diff line change
Expand Up @@ -1565,6 +1565,8 @@ li.address_full {
width: 100%;
padding: 6px 6px 6px 10px;
display: flex;
gap: 10px;
flex-direction: row;
align-items: center;
justify-content: space-between;
font-size: 24px;
Expand All @@ -1573,9 +1575,12 @@ li.address_full {
border-radius: 15px;
}

.machine_name_container .remove_machine_container {
.machine_name_container .remove_machine_container,
.machine_name_container button {
height: 33px;
width: 30px;
margin: 0 !important;
padding: 0 !important;
}

.w_100 {
Expand Down Expand Up @@ -1955,7 +1960,7 @@ div.machine_condition_meta {
margin-top: -5px;
}

.button_to {
.location_thumbs .button_to {
display: inline;
}

Expand Down

0 comments on commit c378a77

Please sign in to comment.