Skip to content

Commit

Permalink
Unround stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jan 29, 2024
1 parent 9456f28 commit 25ac67b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ button.flat label {
}

.wallpaper-grid flowboxchild:selected .content-block-image {
border-radius: 999px;
border-radius: 12px;
}

.wallpaper-grid flowboxchild .content-block-image {
border-radius: 26px;
border-radius: 8px;
}

.red radio {
Expand Down Expand Up @@ -268,5 +268,5 @@ spinbutton.flat {
}

.content-block-image {
border-radius: 26px;
border-radius: 8px;
}

0 comments on commit 25ac67b

Please sign in to comment.