chrome-extensions-samples icon indicating copy to clipboard operation
chrome-extensions-samples copied to clipboard

Rounded Edges for Default Popup

Open deshan-nawanjana opened this issue 2 years ago • 0 comments

Is there anyway we can have rounded edges for default popup? It is better if we can do that using something like CSS "border-radius" :

body {
    width: 300px;
    height: 350px;
    border-radius: 15px;
}

deshan-nawanjana avatar Jul 26 '22 07:07 deshan-nawanjana