Skip to content

Commit

Permalink
fix: image padding
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Apr 20, 2024
1 parent 95d0074 commit 5515e42
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ slider {
}

.floating-notifications.background .notification-row .notification-background .notification .notification-content {
padding-left: 7px;
margin: 7px;
}

Expand Down Expand Up @@ -293,11 +292,6 @@ slider {
color: $red;
}

.power-buttons,
.powermode-buttons,
.screenshot-buttons {

}
.power-buttons button:hover,
.powermode-buttons button:hover,
.screenshot-buttons button:hover {
Expand Down Expand Up @@ -345,3 +339,7 @@ slider {
.widget-backlight .KB {
padding-bottom: 1rem;
}

.image {
padding-right: 0.5rem;
}

0 comments on commit 5515e42

Please sign in to comment.