chrome-extensions-samples
chrome-extensions-samples copied to clipboard
Rounded Edges for Default Popup
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;
}