eww icon indicating copy to clipboard operation
eww copied to clipboard

[FEATURE] Make border-radius work on the image widget

Open Quinntyx opened this issue 2 years ago • 0 comments

Description of the requested feature

Make the border-radius CSS property properly trim the edges off of an image widget.

Proposed configuration syntax

(defwidget roundedImage [path]
    (image
        :path path
        :class "rounded"
        :image-height 100
        :image-width 100
    )
)
image.rounded {
  border-radius: 5px;
}

Additional context

No response

Quinntyx avatar Jun 22 '22 04:06 Quinntyx